summaryrefslogtreecommitdiffstats
path: root/bootrun
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-07-11 10:06:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-07-11 10:06:00 +0200
commitd0a9e6839f786d4a14f563858a2c5acdf850a920 (patch)
tree4b13f4225210f877f697cb1f734d1dccaaf74d32 /bootrun
parent6f764ff5676146206a77e62d27aa8ba469a11225 (diff)
downloadbootrun-d0a9e6839f786d4a14f563858a2c5acdf850a920.tar.gz
bootrun-d0a9e6839f786d4a14f563858a2c5acdf850a920.tar.xz
fix typo in stop_runHEADmaster
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'bootrun')
-rw-r--r--bootrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootrun b/bootrun
index fefc47b..0515104 100644
--- a/bootrun
+++ b/bootrun
@@ -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() {