~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to sid/etc/init.d/checkroot.sh

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 14:08:18 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119140818-xlb2v9ahs1h2e5tq
update

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
        #
198
198
        if [ "$rootcheck" = yes ]
199
199
        then
200
 
                if [ -f /forcefsck ] || grep -s -w -i "forcefsck" /proc/cmdline
 
200
                if [ -f /forcefsck ] || grep -q -s -w -i "forcefsck" /proc/cmdline
201
201
                then
202
202
                        force="-f"
203
203
                else