Browse Source

comment update

pull/3151/head
Daniel Gibbs 5 years ago
parent
commit
29114f9052
  1. 2
      linuxgsm.sh

2
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

Loading…
Cancel
Save