Fix the "the input device is not a TTY" cron log message.
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user