Update 99-elasticsearch.sh

This commit is contained in:
Alexandre
2023-09-06 13:53:13 +02:00
committed by GitHub
parent 7d0e760f73
commit d3f4b04fa6

View File

@@ -2,6 +2,9 @@
# shellcheck shell=bash
# shellcheck disable=SC2086
# Runs only after initialization done
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