Needed to update the start script too

This commit is contained in:
Patrick McDonagh
2016-12-05 12:41:06 -06:00
parent b29e1a2b23
commit f8a0345c3a

View File

@@ -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