From f8a0345c3ac129782c2a1a0b274c32c17a0eb40d Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Mon, 5 Dec 2016 12:41:06 -0600 Subject: [PATCH] Needed to update the start script too --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 32cdf17..f20dd9c 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ #!/bin/bash OLDDIR=$PWD cd /root/www -twistd --pidfile=/root/datalogger.pid web --https=5000 --wsgi app.app -c /root/ssl/poconsole.crt -k /root/ssl/poconsole.key +twistd --pidfile=/root/webserver.pid web --https=5000 --wsgi app.app -c /root/ssl/poconsole.crt -k /root/ssl/poconsole.key cd $OLDDIR