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:
parent
a2bc97b5fa
commit
1ff2ece540
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue