remove wrong negate

This commit is contained in:
Alex
2023-01-23 13:19:11 +01:00
committed by GitHub
parent afd6778ca6
commit 39e137b20c

2
run.sh
View File

@@ -41,7 +41,7 @@ if [ ! -f /data/style/mapnik.xml ]; then
fi
if [ "$1" == "import" ]; then
if [ ! -f /var/lib/postgresql/14/main/.databaseImported ]; then
if [ -f /var/lib/postgresql/14/main/.databaseImported ]; then
echo "database already initialized"
exit 0
fi