remove wrong negate
This commit is contained in:
parent
afd6778ca6
commit
39e137b20c
2
run.sh
2
run.sh
@ -41,7 +41,7 @@ if [ ! -f /data/style/mapnik.xml ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" == "import" ]; then
|
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"
|
echo "database already initialized"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user