mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[fix] not a valid identifier
This commit is contained in:
parent
655e232754
commit
83215038ea
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ exec_occ() {
|
|||
fi
|
||||
if ! timeout 1 php$NEXTCLOUD_PHP_VERSION 2>/dev/null; then
|
||||
local pkg_dependencies = $(dpkg-query --show --showformat='${Depends}' ${app}-ynh-deps)
|
||||
pkg_dependencies=${pkg_dependencies/$phpversion/$NEXTCLOUD_PHP_VERSION}
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
pkg_dependencies="${pkg_dependencies/$phpversion/$NEXTCLOUD_PHP_VERSION}"
|
||||
ynh_install_app_dependencies "$pkg_dependencies"
|
||||
fi
|
||||
(cd "$install_dir" && ynh_exec_as "$app" \
|
||||
php$NEXTCLOUD_PHP_VERSION --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@")
|
||||
|
|
Loading…
Add table
Reference in a new issue