@ -18,12 +18,10 @@ post_install_occ(){
install_apps() {
install_apps="$@"
if [ -z "$install_apps" ]
then
if [ -z "$install_apps" ]; then
install_apps=$APPS
fi
for app in $install_apps
do
for app in $install_apps; do
run_occ "app:install $app"
done
}
The note is not visible to the blocked user.