From 066da70b71204cc986bb7af53f200e02bbe1c55c Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 15 Apr 2016 18:14:10 -0500 Subject: [PATCH] Fixed init script --- init/tagserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/tagserver b/init/tagserver index 14d5c0c..bf33dd0 100755 --- a/init/tagserver +++ b/init/tagserver @@ -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)