Jelajahi Sumber

Bug hunting

bryan 3 tahun lalu
induk
melakukan
1817c3ca79
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -926,6 +926,7 @@ setServiceVars() {
     fi
 
     if [[ "$SERVICE_TYPE" == "system" ]]; then
+        echo HERE
         systemctl_reload_cmd(){ sudo systemctl daemon-reload; }
         systemctl_enable_cmd(){ sudo systemctl enable --now "$@"; }
         systemctl_disable_cmd(){ sudo systemctl disable --now "$@"; }