From 1ff2ece54020f9a856be72568fa2472d06b572e2 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Mon, 5 Feb 2024 15:13:57 +0100 Subject: [PATCH] style: linter no quote warn --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index c4fb6f8..bf549fc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================