diff --git a/start.sh b/start.sh index f20dd9c..261f5c0 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,3 @@ #!/bin/bash -OLDDIR=$PWD -cd /root/www +export PYTHONPATH=${PYTHONPATH}:/root/www twistd --pidfile=/root/webserver.pid web --https=5000 --wsgi app.app -c /root/ssl/poconsole.crt -k /root/ssl/poconsole.key -cd $OLDDIR