From b8c839920d978761f6c0c38f6a79d7a2eb549cc0 Mon Sep 17 00:00:00 2001 From: ruban Date: Tue, 29 Aug 2017 14:06:49 +1000 Subject: [PATCH] including the missing python command the python command is missing at line 21 . --- nginx-ldap-auth-daemon-ctl-rh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-ldap-auth-daemon-ctl-rh.sh b/nginx-ldap-auth-daemon-ctl-rh.sh index af647ac..e7d9f2c 100755 --- a/nginx-ldap-auth-daemon-ctl-rh.sh +++ b/nginx-ldap-auth-daemon-ctl-rh.sh @@ -18,7 +18,7 @@ start() { echo -n "Already running !" && warning echo else - nohup ${CMD} >/dev/null 2>&1 & + nohup python ${CMD} >/dev/null 2>&1 & RETVAL=$? PID=$! [ $RETVAL -eq 0 ] && success || failure