mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix removing the updatenotification app for old instances
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b4c58941ed
commit
20d631b600
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ if ! [ -f "/mnt/ncdata/skip.update" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
php /var/www/html/occ app:update --all
|
php /var/www/html/occ app:update --all
|
||||||
|
|
||||||
|
# Fix removing the updatenotification for old instances
|
||||||
|
if [ -d "/var/www/html/apps/updatenotification" ]; then
|
||||||
|
php /var/www/html/occ app:disable updatenotification
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Initializing nextcloud $image_version ..."
|
echo "Initializing nextcloud $image_version ..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue