From b39b4bd497fa69c972ae8fe87714c578075d81dc Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Wed, 28 May 2014 00:57:14 +0200 Subject: [PATCH] Updated script file....fuck --- rpm/scripts/shelfzilla | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/scripts/shelfzilla b/rpm/scripts/shelfzilla index 5119bcc..b1851ca 100644 --- a/rpm/scripts/shelfzilla +++ b/rpm/scripts/shelfzilla @@ -31,7 +31,7 @@ function validations() { P_USER="shelfzilla" LOG_PATH=/var/log/shefzilla LOG_FILE=shelfzilla.log - FCGI_PORT=8080 + FCGI_PORT=8000 FCGI_IP=127.0.0.1 MOD=shelfzilla.settings.configfile SZ_CONFIG_FILE=/opt/shelfzilla.toml @@ -52,7 +52,7 @@ function status(){ elif [ "$1" == "stop" ];then [ -z "`pidof nginx`" ] || service nginx stop - [ -z "`pidof python2.7`" ] || pkill python2.7 + [ -z "`pidof python2.7`" ] || pkill gunicorn check $? "Gunicorn" else