From 922646de24a466ba6f4fcf1deec67ecdd4d72a61 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 16 Sep 2023 00:30:15 -0500 Subject: [PATCH] Update darkCapture.sh: don't exit since we are source'd in --- scripts/darkCapture.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/darkCapture.sh b/scripts/darkCapture.sh index 83106c5f9..5bdb452c4 100755 --- a/scripts/darkCapture.sh +++ b/scripts/darkCapture.sh @@ -40,5 +40,3 @@ if [[ $(settings ".notificationimages") == "false" ]]; then # will want to see the dark frames so the performance hit is cp "${MOVE_TO_FILE}" "${ALLSKY_TMP}/${FILENAME}.${EXTENSION}" || exit 4 fi - -exit 0