diff options
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.shutdown b/rc.shutdown index 8e5a0e9..98316d2 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -33,12 +33,12 @@ fi # Terminate all processes stat_busy "Sending SIGTERM To Processes" /sbin/killall5 -15 &> /dev/null -/usr/bin/sleep 5 +/bin/sleep 5 stat_done stat_busy "Sending SIGKILL To Processes" /sbin/killall5 -9 &> /dev/null -/usr/bin/sleep 1 +/bin/sleep 1 stat_done stat_busy "Saving Random Seed" |