From f083bd006b9fb8278f2fbbbbebc045f72fa2d7ef Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Wed, 28 May 2014 00:50:46 +0200 Subject: [PATCH] Updated script file --- rpm/scripts/shelfzilla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/scripts/shelfzilla b/rpm/scripts/shelfzilla index 7c14995..5119bcc 100644 --- a/rpm/scripts/shelfzilla +++ b/rpm/scripts/shelfzilla @@ -47,7 +47,7 @@ function validations() { function status(){ if [ "$1" == "start" ];then [ -z "`pidof nginx`" ] && service nginx start - [ -z "`pidof python2.7`" ] && gunicorn -b ${FCGI_IP}:${FCGI_PORT} -e DJANGO_SETTINGS_MODULE=${MOD} -e APP_CONFIGFILE=${SZ_CONFIG_FILE} --pythonpath=${BASE_PATH} shelfzilla.wsgi:application + [ -z "`pidof python2.7`" ] && gunicorn --daemon -b ${FCGI_IP}:${FCGI_PORT} -e DJANGO_SETTINGS_MODULE=${MOD} -e APP_CONFIGFILE=${SZ_CONFIG_FILE} --pythonpath=${BASE_PATH} shelfzilla.wsgi:application check $? "Gunicorn" elif [ "$1" == "stop" ];then