diff --git a/etc/rc.d/init.d/checkfs b/etc/rc.d/init.d/checkfs index 2856782..d232367 100755 --- a/etc/rc.d/init.d/checkfs +++ b/etc/rc.d/init.d/checkfs @@ -60,7 +60,7 @@ elif [ $(($retval & 2)) -eq 2 ]; then $PLYMOUTH message --text=$"Checking file systems...rebooting" echo_warning echo - $rc_base/init.d/reboot + $rc_base/init.d/reboot stop elif [ $(($retval & 4)) -eq 4 ]; then $WARNING echo "File system errors were encountered that couldn't be"