소스 검색

check_root.sh

Daniel Gibbs 10 년 전
부모
커밋
7f79b23f16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/command_validate.sh

+ 1 - 1
functions/command_validate.sh

@@ -42,7 +42,7 @@ fi
 fn_scriptlog "Checking complete"
 }
 
-fn_check_root
+check_root.sh
 check_systemdir.sh
 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -Ec "^${servicename}:")
 if [ "${tmuxwc}" -eq 1 ]; then