소스 검색

Fix service creation

bryan 2 년 전
부모
커밋
e11337db7c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -1233,6 +1233,7 @@ setServiceVars() {
 
     debug "service_type=$service_type, USER=$USER"
     if [[ $service_type == "system" && $USER != "root" ]]; then
+        debug HERE
         SERVICE_FNAME="$service_dir/$service_name@.service"
         TIMER_FNAME="$service_dir/$service_name@.timer"
         SERVICE_NAME="$service_name@$USER.service"