summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.shutdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 2f5a753..1d15154 100644
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -67,8 +67,8 @@ _rcshutdown_watchdog=
if [ -n "$rcshutdown_timeout" ]; then
debug "Initiating watchdog timer."
sleep $rcshutdown_timeout && (
- _msg="$rcshutdown_timeout second watchdog" \
- " timeout expired. Shutdown terminated."
+ _msg="$rcshutdown_timeout second watchdog"
+ _msg="$_msg timeout expired. Shutdown terminated."
logger -t rc.shutdown "$_msg"
echo "$_msg"
date
OpenPOWER on IntegriCloud