Needed to update the start script too
This commit is contained in:
2
start.sh
2
start.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
OLDDIR=$PWD
|
OLDDIR=$PWD
|
||||||
cd /root/www
|
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
|
cd $OLDDIR
|
||||||
|
|||||||
Reference in New Issue
Block a user