another fix?

This commit is contained in:
Djkato 2023-07-03 22:44:00 +02:00
parent 80c6dd8d70
commit e887fc472e

View file

@ -459,6 +459,9 @@ sleep 2
######################################################################################### #########################################################################################
# Replace any parameter slugs in the template files with real paramaters & write them to # Replace any parameter slugs in the template files with real paramaters & write them to
# the production files # the production files
#
# ALSO replace version variable with the one that files exist for...
VERSION=3.0.0
######################################################################################### #########################################################################################
# Replace the settings.py with the production version # Replace the settings.py with the production version
if [ -f "$HD/saleor/saleor/settings.py" ]; then if [ -f "$HD/saleor/saleor/settings.py" ]; then