From c026a53cf5c4a078be67847dc9185f18078ff408 Mon Sep 17 00:00:00 2001 From: Ilia Date: Sun, 24 Apr 2022 12:48:32 +0300 Subject: [PATCH] Add missing done --- setup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index a33b4885c..f518309c3 100755 --- a/setup.sh +++ b/setup.sh @@ -669,8 +669,6 @@ csupp () { } csupp -# Creating symlinks -echo "Creating start and stop init symlinks to scripts .." # Start init.d ln -s $config_dir/start-init $config_dir/start >/dev/null 2>&1 # Stop init.d @@ -710,7 +708,12 @@ if [ -x "$(command -v systemctl)" >/dev/null 2>&1 ]; then (cd "$wadir/init" ; WEBMIN_CONFIG=$config_dir WEBMIN_VAR=$var_dir "$wadir/init/updateboot.pl" "webmin") chmod 755 $config_dir/stop $config_dir/start $config_dir/restart $config_dir/force-reload $config_dir/reload +else + # Creating symlinks + echo "Creating start and stop init symlinks to scripts .." fi +echo "..done" +echo "" if [ "$upgrading" = 1 -a "$inetd" != "1" ]; then # Stop old version, with updated stop script