fix(vars): Add missing LOG_PROGRAM_NAME var
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user