mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Remove not anymore needed workaround
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
82a53ab139
commit
48b852149a
1 changed files with 0 additions and 2 deletions
|
|
@ -421,8 +421,6 @@ DATADIR_PERMISSION_CONF
|
||||||
# Performing update of all apps if daily backups are enabled, running and successful and if it is saturday
|
# Performing update of all apps if daily backups are enabled, running and successful and if it is saturday
|
||||||
if [ "$UPDATE_NEXTCLOUD_APPS" = 'yes' ] && [ "$(date +%u)" = 6 ]; then
|
if [ "$UPDATE_NEXTCLOUD_APPS" = 'yes' ] && [ "$(date +%u)" = 6 ]; then
|
||||||
UPDATED_APPS="$(php /var/www/html/occ app:update --all)"
|
UPDATED_APPS="$(php /var/www/html/occ app:update --all)"
|
||||||
# Update all apps again and try to prevent something like https://github.com/nextcloud/polls/issues/2793 from happening
|
|
||||||
php /var/www/html/occ app:update --all
|
|
||||||
run_upgrade_if_needed_due_to_app_update
|
run_upgrade_if_needed_due_to_app_update
|
||||||
if [ -n "$UPDATED_APPS" ]; then
|
if [ -n "$UPDATED_APPS" ]; then
|
||||||
bash /notify.sh "Your apps just got updated!" "$UPDATED_APPS"
|
bash /notify.sh "Your apps just got updated!" "$UPDATED_APPS"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue