diff --git a/installer_auto.sh b/installer_auto.sh index 8ecf1b9..9b56f87 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -139,7 +139,7 @@ reconfigure_full () { # hwclockset_new="$1/hwclock-set" # stop da services - bash $git_dir/services.sh stop + services_cmd stop dump_configs @@ -192,7 +192,7 @@ reconfigure_full () { echo "reconfigure_full complete" >> $status_log # start da services - bash $git_dir/services.sh start + services_cmd start } phase_one () {