From 111b6c81675d95b9807456e7e5b04bdb039f02e9 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Thu, 4 Feb 2021 21:33:51 -0800 Subject: [PATCH] ^ --- deploy-saleor.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-saleor.sh b/deploy-saleor.sh index fee960c..5572100 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -624,10 +624,10 @@ wait sudo chown -R $UN:www-data $HD/saleor wait # Run the uwsgi socket and create it for the first time -sudo uwsgi --ini $HD/saleor/saleor/wsgi/uwsgi.ini --uid www-data --gid www-data --pidfile $HD/saleortemp.pid -sleep 5 +#sudo uwsgi --ini $HD/saleor/saleor/wsgi/uwsgi.ini --uid www-data --gid www-data --pidfile $HD/saleortemp.pid +#sleep 5 # Stop the uwsgi processes -uwsgi --stop $HD/saleortemp.pid +#uwsgi --stop $HD/saleortemp.pid # Exit the virtual environment here? _#_ deactivate # Move static files to /var/www/$HOST