mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Fix bash syntax error
This commit is contained in:
parent
20eb87dca2
commit
5d2f150bf8
2
make.sh
2
make.sh
@ -9,7 +9,7 @@ init () {
|
|||||||
|
|
||||||
if ! test -f "instance/config.py"; then
|
if ! test -f "instance/config.py"; then
|
||||||
echo "SECRET_KEY=$(python3 -c 'import secrets; print(secrets.token_hex())')" > instance/config.py
|
echo "SECRET_KEY=$(python3 -c 'import secrets; print(secrets.token_hex())')" > instance/config.py
|
||||||
done
|
fi
|
||||||
|
|
||||||
if test -f "instance/partitioncloud.sqlite"; then
|
if test -f "instance/partitioncloud.sqlite"; then
|
||||||
printf "Souhaitez vous supprimer la base de données existante ? [y/n] "
|
printf "Souhaitez vous supprimer la base de données existante ? [y/n] "
|
||||||
|
Loading…
Reference in New Issue
Block a user