Update 99-elasticsearch.sh

This commit is contained in:
Alexandre
2022-02-19 10:04:12 +01:00
committed by GitHub
parent dec978171e
commit e8d155981b

View File

@@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# shellcheck disable=SC2086
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ" || bashio::log.info "/data/config/www/nextcloud/occ not found"
if ! bashio::fs.file_exists '/data/config/www/nextcloud/occ'; then