From 7f79b23f16b77906e34fbce40b7772eef78924ac Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 09:47:15 +0000 Subject: [PATCH] check_root.sh --- functions/command_validate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_validate.sh b/functions/command_validate.sh index 66419eb2f..7a38488a3 100644 --- a/functions/command_validate.sh +++ b/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