From d0a9e6839f786d4a14f563858a2c5acdf850a920 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 11 Jul 2011 10:06:00 +0200 Subject: fix typo in stop_run Signed-off-by: Florian Pritz --- bootrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootrun') 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() { -- cgit v1.2.3-24-g4f1b