1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update upgrade

This commit is contained in:
Maniack Crudelis 2020-04-01 12:23:19 +02:00 committed by GitHub
parent e821c6c06b
commit de430e91ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,7 +204,7 @@ exec_occ() {
then
NEXTCLOUD_PHP_VERSION="7.0"
else
NEXTCLOUD_PHP_VERSION=$YNH_PHP_VERSION
NEXTCLOUD_PHP_VERSION=$YNH_PHP_VERSION
fi
(cd "$final_path" && exec_as "$app" \
php$NEXTCLOUD_PHP_VERSION occ --no-interaction --no-ansi "$@")