Daniel Gibbs 10 lat temu
rodzic
commit
7f79b23f16
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      functions/command_validate.sh

+ 1 - 1
functions/command_validate.sh

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