浏览代码

Bug hunting

bryan 3 年之前
父节点
当前提交
1817c3ca79
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 "$@"; }