From b527815cb321015a4f8cbb6d0114ad8baf3d37e0 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 26 Jan 2022 23:47:33 -0600 Subject: [PATCH] darkSubtract.sh: fix missed "THIS" --- scripts/darkSubtract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/darkSubtract.sh b/scripts/darkSubtract.sh index 2f20bb094..2ebc80981 100755 --- a/scripts/darkSubtract.sh +++ b/scripts/darkSubtract.sh @@ -6,7 +6,7 @@ ME2="$(basename "${BASH_SOURCE[0]}")" # Subtract dark frame if there is one defined in config.sh -# This has to come after executing darkCapture.sh which sets ${THIS_TEMPERATURE}. +# This has to come after executing darkCapture.sh which sets ${AS_TEMPERATURE}. if [ "${DARK_FRAME_SUBTRACTION}" = "true" ]; then # Make sure the input file exists; if not, something major is wrong so exit.