From 7c2d78e6db9a2b09d9b94052c42b32ca390e8349 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 31 Mar 2023 12:17:08 +0200 Subject: [PATCH] return 0 as exit code --- update_psa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_psa b/update_psa index 3bfef46..a218353 100755 --- a/update_psa +++ b/update_psa @@ -78,7 +78,7 @@ if cd "$WORKING_DIRECTORY"; then update_psa fi fi - exit $EXIT_CODE + exit 0 fi exit -1