nextcloud-cronjob/scripts
Robert Dailey f2ce54653b Fix various custom script processing issues
The following issues were addressed. Note that these are edge cases.

* If an empty `/cron-scripts` directory was mounted in the container, an
  error would occur.
* If files in the `/cron-scripts` directory had spaces in the name, this
  would cause issues.
* stdin was held open when running `docker exec` which would cause hangs
  and other issues. The `exec` command is now run non-interactively.
* Custom scripts that failed would interrupt processing of scripts after
  it, if any.
2020-10-27 16:48:34 -05:00
..
cron-scripts-builtin Do not replace built-in scripts 2020-10-26 13:55:10 -05:00
cron-tasks.sh Fix various custom script processing issues 2020-10-27 16:48:34 -05:00
entrypoint.sh Support for custom shells 2020-08-28 15:23:33 -05:00
find-container.sh Cronjob works now between Nextcloud container recreation 2019-06-20 19:34:58 -05:00
healthcheck.sh Cronjob works now between Nextcloud container recreation 2019-06-20 19:34:58 -05:00
nextcloud-exec.sh Fix various custom script processing issues 2020-10-27 16:48:34 -05:00