summaryrefslogtreecommitdiffstats
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index 3780389..069b51f 100755
--- a/init.sh
+++ b/init.sh
@@ -296,6 +296,7 @@ main () {
while [ -n "$1" ]; do
eval "case \"$1\" in
$CHOICES)
+ init_announce "--- $1 ---" delimit
$1 $action
ret=\$?
[ \$ret -ne 0 ] && return \$ret