From 01e8f3a488fa350f3a000d4eda6ab3f48c536c76 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 12 Jan 2022 12:53:45 -0500 Subject: [PATCH] Temp debug, don't use --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 05766bd..f59e641 100755 --- a/installJRMC +++ b/installJRMC @@ -906,6 +906,8 @@ setServiceVars() { return 1 fi + echo "$SERVICE_TYPE" + if [[ "$SERVICE_TYPE" == "system" ]]; then service_dir="$service_system_dir" EXEC_USER="root" @@ -1504,8 +1506,6 @@ main() { if ! setServiceVars "$service"; then continue fi - - systemctl_reload_cmd && echo "yes!" if ! "service_$service"; then if [[ $? -eq 127 ]]; then