mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Update 02-init_steps.sh
This commit is contained in:
@@ -30,7 +30,7 @@ done
|
|||||||
|
|
||||||
# Get launcher
|
# Get launcher
|
||||||
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
|
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
|
||||||
if [ ! -f "$LAUNCHER" ]; then
|
if [ ! -f /data/config/www/nextcloud/occ ]; then
|
||||||
LAUNCHER="apk"
|
LAUNCHER="apk"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user