1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

style: linter no quote warn

This commit is contained in:
HugoPoi 2024-02-05 15:13:57 +01:00
parent a2bc97b5fa
commit 1ff2ece540
No known key found for this signature in database
GPG key ID: E581734975D3836F

View file

@ -106,7 +106,7 @@ enable_plugins_in_config
# Migrate roundcube database
pushd "$install_dir"
COMPOSER_ALLOW_SUPERUSER=1 ynh_exec_warn "php$phpversion" ./bin/update.sh --version=$oldversion -y
COMPOSER_ALLOW_SUPERUSER=1 ynh_exec_warn php$phpversion ./bin/update.sh --version=$oldversion -y
popd
#=================================================