summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-07 00:27:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-07 00:27:13 +0000
commit0fffad78004944ee3ed025b268a885ccef68f0e6 (patch)
tree8b4cb7fe202fd884e04f08668f38cb4cbf7f047a /etc/rc
parent87207782fdbfdc949008b5badc7c631ee1d58c21 (diff)
downloadpfsense-0fffad78004944ee3ed025b268a885ccef68f0e6.zip
pfsense-0fffad78004944ee3ed025b268a885ccef68f0e6.tar.gz
Woops, use /etc/fstab
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 52a8003..d5587b0 100755
--- a/etc/rc
+++ b/etc/rc
@@ -44,7 +44,7 @@ fi
# Mount all. If it fails run a fsck.
/sbin/mount -w / || /sbin/fsck -y
-if grep cf test.txt; then
+if grep cf /etc/fstab; then
/sbin/mount -w /cf || /sbin/fsck -y
fi
OpenPOWER on IntegriCloud