Exit after running auction handler script
This commit is contained in:
parent
07f6d5a0c9
commit
a65c01a423
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
if [ "$RUN_AUCTIONS_HANDLER" = "true" ]; then
|
if [ "$RUN_AUCTIONS_HANDLER" = "true" ]; then
|
||||||
exec "./scripts/handle-auctions.sh"
|
exec "./scripts/handle-auctions.sh"
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function is_privileged {
|
function is_privileged {
|
||||||
|
Loading…
Reference in New Issue
Block a user