mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-26 01:06:04 +02:00
Update 99-elasticsearch.sh
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# shellcheck shell=bash
|
# 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"
|
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
|
if ! bashio::fs.file_exists '/data/config/www/nextcloud/occ'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user