From 2b1a7312d59256f9807ccc8bbfe371030a5137fb Mon Sep 17 00:00:00 2001 From: Robin Thomas Date: Wed, 9 Aug 2023 13:00:35 +0200 Subject: [PATCH] Complete export with success --- export.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/export.sh b/export.sh index 8564e3c..fefc025 100755 --- a/export.sh +++ b/export.sh @@ -83,6 +83,5 @@ if [ "$RUN_EXPORT" = "y" ] || [ "$RUN_EXPORT" = "Y" ] || [ "$RUN_AUTOMATICALLY" fi echo "Done. Export has been saved to $(pwd)/$EXPORT_FILE" + exit 0 fi - -read -p "Press Enter to exit"