ready for test #77

This commit is contained in:
Vague Rabbit 2021-02-05 19:02:55 -08:00
parent bcce1bfb41
commit 49a5cf774f

View file

@ -442,7 +442,13 @@ wait
#sudo -u $UN cp $HD/django/saleor/asgi.py $HD/saleor/saleor/
#sudo -u $UN cp $HD/django/saleor/wsgi.py $HD/saleor/saleor/
sudo -u $UN cp $HD/saleor/saleor/wsgi/__init__.py $HD/saleor/saleor/wsgi.py
sudo -u $UN mkdir $HD/run
if [ ! -d "$HD/run" ]; then
sudo -u $UN mkdir $HD/run
else
if [ -f "$HD/run/saleor.sock" ]; then
sudo rm $HD/run/saleor.sock
fi
fi
#########################################################################################