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 --- PyGan/rpython | 1 + 1 file changed, 1 insertion(+) (limited to 'PyGan/rpython') diff --git a/PyGan/rpython b/PyGan/rpython index bf3e12a..bcfdec0 100755 --- a/PyGan/rpython +++ b/PyGan/rpython @@ -180,6 +180,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