From 5d2f150bf8bc6b8b4d6fed7b7c3643745e7ec303 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 8 Sep 2023 13:59:22 +0200 Subject: [PATCH] Fix bash syntax error --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] "