Merge pull request #424 from nextcloud/remove-app-disable-upgrade
Remove the "--no-app-disable" option form the "occ upgrade" command
This commit is contained in:
commit
97f66e6641
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user