diff --git a/make.sh b/make.sh index 92c98af..322f1e2 100755 --- a/make.sh +++ b/make.sh @@ -9,7 +9,7 @@ init () { if ! test -f "instance/config.py"; then echo "SECRET_KEY=$(python3 -c 'import secrets; print(secrets.token_hex())')" > instance/config.py - done + fi if test -f "instance/partitioncloud.sqlite"; then printf "Souhaitez vous supprimer la base de données existante ? [y/n] "