Browse Source

Update upgrade

pull/282/head
Maniack Crudelis 6 years ago
committed by GitHub
parent
commit
de430e91ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/upgrade

2
scripts/upgrade

@ -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 "$@")

Loading…
Cancel
Save