fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Updated script file....fuck

This commit is contained in:
Juan Manuel Parrilla 2014-05-28 00:57:14 +02:00
parent f083bd006b
commit b39b4bd497
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function validations() {
P_USER="shelfzilla" P_USER="shelfzilla"
LOG_PATH=/var/log/shefzilla LOG_PATH=/var/log/shefzilla
LOG_FILE=shelfzilla.log LOG_FILE=shelfzilla.log
FCGI_PORT=8080 FCGI_PORT=8000
FCGI_IP=127.0.0.1 FCGI_IP=127.0.0.1
MOD=shelfzilla.settings.configfile MOD=shelfzilla.settings.configfile
SZ_CONFIG_FILE=/opt/shelfzilla.toml SZ_CONFIG_FILE=/opt/shelfzilla.toml
@ -52,7 +52,7 @@ function status(){
elif [ "$1" == "stop" ];then elif [ "$1" == "stop" ];then
[ -z "`pidof nginx`" ] || service nginx stop [ -z "`pidof nginx`" ] || service nginx stop
[ -z "`pidof python2.7`" ] || pkill python2.7 [ -z "`pidof python2.7`" ] || pkill gunicorn
check $? "Gunicorn" check $? "Gunicorn"
else else