diff options
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-x | etc/rc.initial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index e6c5de2..792f710 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -24,7 +24,7 @@ if [ -f "/tmp/donotbootup" ]; then fi if [ -f /etc/rc.local ]; then - RCLOCALPWD=`ps awux | grep sendmail | grep -v grep | awk '{ print $2 }'` + RCLOCALPWD=`ps awux | grep rc.local | grep -v grep | awk '{ print $2 }'` if [ "$RCLOCALPWD" = "" ]; then echo ">>> Launching rc.local in background..." sh /etc/rc.local & |