Merge pull request #4523 from nextcloud/enh/noid/cronjob

nextcloud container - add exit to cronjob
This commit is contained in:
Simon L
2024-04-10 11:53:56 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ wait_for_cron() {
sleep 5
done
echo "Cronjob successfully exited."
set +x
exit
}
trap wait_for_cron SIGINT SIGTERM