From aa418154786cc90665d646f03cc154effaba4360 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 9 Oct 2021 12:35:10 +0900 Subject: [PATCH] removed unnecessary exit command --- setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.sh b/setup.sh index 210dddf..925f4bc 100755 --- a/setup.sh +++ b/setup.sh @@ -783,5 +783,3 @@ if [ ! ${#POST_INSTALL[@]} -eq 0 ]; then log_no_label " - $doWhat" done fi - -exit 0