diff options
-rw-r--r-- | bootrun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ stop_run() { chown "$rcuser" "$rclog" echo "Shutdownrun on $(date)" >> "$rclog" ulimit -u 500 - su -l "$rcuser" -c "/usr/lib/bootrun.timoutrun $1" &>> "$rclog" + su -l "$rcuser" -c "/usr/lib/bootrun.timeoutrun $1" &>> "$rclog" } stop() { |