From e81a8f4a5368ab9d8a5bb64d0fe1033b10634d54 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 12 Dec 2007 12:10:53 +0000 Subject: [PATCH] run with the steps command to get the sorted list of steps --- guest.init | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guest.init b/guest.init index 70ff354..8a49394 100755 --- a/guest.init +++ b/guest.init @@ -94,6 +94,7 @@ usage() echo " stop Stop all PLC subsystems" echo " reload Regenerate configuration files" echo " restart Restart all PLC subsystems" + echo " steps Displays ordered list of subsystems" echo echo "Steps:" for step in "${steps[@]}" ; do @@ -187,6 +188,10 @@ case "$command" in reload force ;; + steps) + echo "${steps[@]}" >&4 + ;; + *) usage >&3 ;; -- 2.47.0