Fixed init script

This commit is contained in:
Patrick McDonagh
2016-04-15 18:14:10 -05:00
parent eb69640a11
commit 066da70b71

View File

@@ -19,7 +19,7 @@ case "$1" in
echo "Starting loggers"
kill -9 $(cat /root/tagserver.pid)
# run application you want to start
/usr/bin/python /root/tagserver/python/tag-server_MySQL.py > /dev/null 2>&1 & echo $! > "/root/tagserver.pid"
/usr/bin/python /root/tag-server/tagserver_MySQL.py > /dev/null 2>&1 & echo $! > "/root/tagserver.pid"
;;
stop)