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

Fix change_url

This commit is contained in:
Jimmy Monin 2020-02-16 15:28:50 +01:00
parent 87fdec25e7
commit 463640dcd5

View file

@ -84,7 +84,7 @@ ynh_script_progression --message="Applying Nextcloud specific modifications..."
# Define a function to execute commands with `occ`
exec_occ() {
(cd "$final_path" && exec_as "$app" \
php occ --no-interaction --no-ansi "$@")
php${php_version} occ --no-interaction --no-ansi "$@")
}
if [ $change_domain -eq 1 ]