Remove the "--no-app-disable" option form the "occ upgrade" command

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2018-08-16 18:06:04 +02:00
parent 76ca281e03
commit 677134a7f9
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if version_greater "$image_version" "$installed_version"; then
done
if [ "$installed_version" != "0.0.0.0" ]; then
run_as 'php /var/www/html/occ upgrade --no-app-disable'
run_as 'php /var/www/html/occ upgrade'
run_as 'php /var/www/html/occ app:list' | sed -n "/Enabled:/,/Disabled:/p" > /tmp/list_after
echo "The following apps have beed disabled:"