mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 19:41:44 +08: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
|
||||
|
||||
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
|
||||
|
||||
echo "Initializing nextcloud $image_version ..."
|
||||
|
|
Loading…
Reference in a new issue