fix(vars): Add missing LOG_PROGRAM_NAME var

This commit is contained in:
2026-07-24 02:48:26 -06:00
parent 3b97d112ad
commit 8d3489ba00
+1
View File
@@ -241,6 +241,7 @@ textBlockSwitches() {
} }
### default variable values ### default variable values
LOG_PROGRAM_NAME="CFDDNS"
scriptPath="$(CDPATH='' \cd -- "$(dirname -- "$0")" && pwd -P)" scriptPath="$(CDPATH='' \cd -- "$(dirname -- "$0")" && pwd -P)"
scriptName="$(basename "$0")" scriptName="$(basename "$0")"
logFile="$scriptPath/${scriptName%.*}.log" logFile="$scriptPath/${scriptName%.*}.log"