From 6c23714feed25c5f8dc468c51bf99be3e887ded1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Tue, 20 Apr 2021 15:32:30 +0200 Subject: [PATCH] Fix last exit status If no urgent is required, the script can reach the end. Thise doesn't means it's an error. --- cluster/maco.check.update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/maco.check.update.sh b/cluster/maco.check.update.sh index 5ad879b..67b661e 100755 --- a/cluster/maco.check.update.sh +++ b/cluster/maco.check.update.sh @@ -381,4 +381,4 @@ fi main -exit 255 +exit 0