Exit after running auction handler script

This commit is contained in:
Prathamesh Musale 2024-10-25 14:14:35 +05:30
parent 07f6d5a0c9
commit a65c01a423

View File

@ -2,6 +2,7 @@
if [ "$RUN_AUCTIONS_HANDLER" = "true" ]; then
exec "./scripts/handle-auctions.sh"
exit
fi
function is_privileged {