Ver Fonte

Bug squash

bryan há 3 anos atrás
pai
commit
09a129e92c
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      installJRMC

+ 0 - 1
installJRMC

@@ -926,7 +926,6 @@ 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 "$@"; }