diff --git a/startup.sh b/startup.sh index 8beac11..3580a77 100755 --- a/startup.sh +++ b/startup.sh @@ -11,4 +11,4 @@ echo "ubuntu:$PASS" | chpasswd cd /web && ./run.py > /var/log/web.log 2>&1 & nginx -c /etc/nginx/nginx.conf -/usr/bin/supervisord -n +exec /usr/bin/supervisord -n