From fc5e2591b86f0e9b810f5acee1e9160fce2f675d Mon Sep 17 00:00:00 2001 From: Alain Hebert Date: Tue, 9 Sep 2025 21:02:43 +0200 Subject: Add exit 1 statuments in execution scripts --- Ganlib/rganlib | 1 + 1 file changed, 1 insertion(+) (limited to 'Ganlib/rganlib') diff --git a/Ganlib/rganlib b/Ganlib/rganlib index 5640993..299397c 100755 --- a/Ganlib/rganlib +++ b/Ganlib/rganlib @@ -159,6 +159,7 @@ elif [ $term = 0 ]; then printf "${GREEN}[OK]${NC}\n" else printf "${RED}[FAILED]${NC}\n" + exit 1 fi fi chmod -R 777 $Rundir -- cgit v1.2.3