Fix the "the input device is not a TTY" cron log message.

This commit is contained in:
2025-06-16 12:19:01 -06:00
parent 6611665770
commit 93be789790

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"