Skip to content

Commit

Permalink
nextcloud container - add exit to cronjob
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Apr 10, 2024
1 parent 6cd260a commit d99d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/nextcloud/cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wait_for_cron() {
sleep 5
done
echo "Cronjob successfully exited."
set +x
exit
}

trap wait_for_cron SIGINT SIGTERM
Expand Down

0 comments on commit d99d024

Please sign in to comment.