summaryrefslogtreecommitdiffstats
path: root/13.0/fpm/entrypoint.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-16 18:10:27 +0200
committerTilo Spannagel <development@tilosp.de>2018-08-16 18:10:27 +0200
commit1654a164dc1a7f6e01f418dcf8b5e2c48f08f708 (patch)
treec92fc37d9c7b65076bbbe39dcbc0ca26e37c011e /13.0/fpm/entrypoint.sh
parent677134a7f962c70717558a50aad0b1619945d6be (diff)
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to '13.0/fpm/entrypoint.sh')
-rwxr-xr-x13.0/fpm/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/13.0/fpm/entrypoint.sh b/13.0/fpm/entrypoint.sh
index 2ad63ec4..5a580142 100755
--- a/13.0/fpm/entrypoint.sh
+++ b/13.0/fpm/entrypoint.sh
@@ -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:"