Update 02-init_steps.sh

This commit is contained in:
Alexandre
2023-07-12 13:29:09 +02:00
committed by GitHub
parent e860aafeab
commit a44fdec8b6

View File

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