summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {