Update 02-init_steps.sh

This commit is contained in:
Alexandre
2023-03-25 12:04:15 +01:00
committed by GitHub
parent 11d772a6ff
commit 544b363934

View File

@@ -30,7 +30,7 @@ done
# Get launcher
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
if [ ! -f "$LAUNCHER" ]; then
if [ ! -f /data/config/www/nextcloud/occ ]; then
LAUNCHER="apk"
fi