mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01: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