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

[fix] fi fi fi o_O

This commit is contained in:
ljf 2023-11-23 11:33:05 +01:00
parent 8c6eded2ad
commit ef627f820a
No known key found for this signature in database

View file

@ -121,7 +121,7 @@ exec_occ() {
local pkg_dependencies = ${dpkg-query --show --showformat='${Depends}' ${app}-ynh-deps} local pkg_dependencies = ${dpkg-query --show --showformat='${Depends}' ${app}-ynh-deps}
pkg_dependencies=${pkg_dependencies/$phpversion/$NEXTCLOUD_PHP_VERSION} pkg_dependencies=${pkg_dependencies/$phpversion/$NEXTCLOUD_PHP_VERSION}
ynh_install_app_dependencies $pkg_dependencies ynh_install_app_dependencies $pkg_dependencies
if fi
(cd "$install_dir" && ynh_exec_as "$app" \ (cd "$install_dir" && ynh_exec_as "$app" \
php$NEXTCLOUD_PHP_VERSION --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@") php$NEXTCLOUD_PHP_VERSION --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@")
} }