chore: publish 5.0.0+27.0.0-fpm release

This commit is contained in:
2023-07-11 11:33:11 +02:00
parent 92af4b9c01
commit ad3059d518
2 changed files with 6 additions and 5 deletions

View File

@ -24,6 +24,7 @@ install_apps() {
for app in $install_apps; do
run_occ "app:install $app"
done
exit 0 # fails when app's already installed
}
set_app_config() {