From 29114f9052c5c667443efa6ef8ac119b5418333e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 24 Jan 2021 13:52:13 +0000 Subject: [PATCH] comment update --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 1507340a1..cd31b6020 100644 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -441,7 +441,7 @@ else # shellcheck source=/dev/null source "${configdirserver}/secrets-${selfname}.cfg" fi - # Eval again differnt params if startparameters is not other than the _default.cfg parameters + # Use eval if startparameters are only in _default.cfg to ensure all vars in startparameters are set. if ! [ "$(grep -qE "^[[:blank:]]*startparameters=" "${configdirserver}/common.cfg" "${configdirserver}/${selfname}.cfg" "${configdirserver}/secrets-common.cfg" "${configdirserver}/secrets-${selfname}.cfg")" ]; then if [ "${shortname}" == "wurm" ]; then # shellcheck source=/dev/null