Update 99-elasticsearch.sh

This commit is contained in:
Alexandre
2023-09-06 15:24:18 +02:00
committed by GitHub
parent 0a2c2c0508
commit 3751583a9f

View File

@@ -3,7 +3,7 @@
# shellcheck disable=SC2086
# Runs only after initialization done
if [ ! -f /app/www/public/occ ]: then cp "$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
if [ ! -f /app/www/public/occ ]; then cp "$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Only execute if installed
if [ -f /notinstalled ]; then exit 0; fi