From a65c01a42334ecac9ce2c7441991bb6732370d60 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Fri, 25 Oct 2024 14:14:35 +0530 Subject: [PATCH] Exit after running auction handler script --- scripts/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run.sh b/scripts/run.sh index b95241f..a9bdb4e 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -2,6 +2,7 @@ if [ "$RUN_AUCTIONS_HANDLER" = "true" ]; then exec "./scripts/handle-auctions.sh" + exit fi function is_privileged {