summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.shutdown')
-rw-r--r--etc/rc.shutdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index f6c59c9..6a7ca8a 100644
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -103,6 +103,9 @@ case ${local_startup} in
;;
*)
slist=""
+ if [ -z "${script_name_sep}" ]; then
+ script_name_sep=" "
+ fi
for dir in ${local_startup}; do
if [ -d "${dir}" ]; then
for script in ${dir}/*.sh; do
OpenPOWER on IntegriCloud