fix install_apps cmd

This commit is contained in:
2023-07-19 13:34:50 +02:00
committed by Christian Galo
parent 5803a2356f
commit 571d9feb56

View File

@ -24,7 +24,6 @@ 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() {