Nextcloud Improvements #3

Merged
me merged 10 commits from dev into main 2025-06-16 12:30:20 -07:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit 93be789790 - Show all commits

View File

@ -22,7 +22,7 @@ fi
sh -c "docker exec -u www-data nc-app php cron.php --define apc.enable_cli=1"
# 2023-08-25 From fixes.sh, keep ownership correct and apps up to date.
sh -c "docker exec -it nc-app chown -Rc www-data:www-data ."
sh -c "docker exec -i nc-app chown -Rc www-data:www-data ."
# No longer update apps in advance of NC updates, allow the upgrade process to do it.
#sh -c "docker exec -itu www-data nc-app ./occ app:update --all"