Sfoglia il codice sorgente

Temp debug, don't use

bryan 3 anni fa
parent
commit
01e8f3a488
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      installJRMC

+ 2 - 2
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