Update 02-init_steps.sh

This commit is contained in:
Alexandre
2023-07-12 13:25:57 +02:00
committed by GitHub
parent 30ebc1faa4
commit 3616edf266

View File

@@ -34,7 +34,7 @@ if [ -f /notinstalled ]; then
fi
# Specify launcher
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
LAUNCHER="sudo -u abc php /usr/bin/occ"
# Check current version
if [ -f /data/config/www/nextcloud/version.php ]; then