mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-09 10:21:48 +02:00
Update 99-elasticsearch.sh
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# shellcheck disable=SC2086
|
# 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
|
# Only execute if installed
|
||||||
if [ -f /notinstalled ]; then exit 0; fi
|
if [ -f /notinstalled ]; then exit 0; fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user