diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-07-11 10:06:00 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-07-11 10:06:00 +0200 |
commit | d0a9e6839f786d4a14f563858a2c5acdf850a920 (patch) | |
tree | 4b13f4225210f877f697cb1f734d1dccaaf74d32 | |
parent | 6f764ff5676146206a77e62d27aa8ba469a11225 (diff) | |
download | bootrun-master.tar.gz bootrun-master.tar.xz |
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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() { |