소스 검색

Temp debug, don't use

bryan 3 년 전
부모
커밋
01e8f3a488
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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