summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc')
-rwxr-xr-xsrc/etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc b/src/etc/rc
index 93f2899..069e5ed 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -45,7 +45,7 @@ if [ -e /root/force_fsck ]; then
/sbin/fsck -y -F -t ufs
fi
-if [ ! "${PLATFORM}" = "cdrom" ]; then
+if [ "${PLATFORM}" != "cdrom" ]; then
/sbin/fsck -p -F
FSCK_ACTION_NEEDED=0
case $? in
OpenPOWER on IntegriCloud