Browse Source

test

pull/3151/head
Daniel Gibbs 5 years ago
parent
commit
63f9783276
  1. 3
      linuxgsm.sh

3
linuxgsm.sh

@ -441,7 +441,8 @@ else
source "${configdirserver}/secrets-${selfname}.cfg" source "${configdirserver}/secrets-${selfname}.cfg"
fi fi
if [ ! "$(grep startparameters "${configdirserver}/common.cfg")" ]||[ ! "$(grep startparameters "${configdirserver}/${selfname}.cfg")" ]; then if [ ! "$(grep startparameters "${configdirserver}/common.cfg")" ]||[ ! "$(grep startparameters "${configdirserver}/${selfname}.cfg")" ]; then
startparameters="$(grep startparameters= "${configdirserver}/_default.cfg" | sed -e 's/startparameters=//g')" startparameters2="$(grep startparameters= "${configdirserver}/_default.cfg" | sed -e 's/startparameters=//g')"
startparameters=startparameters2
fi fi
# Load the linuxgsm.sh in to tmpdir. If missing download it. # Load the linuxgsm.sh in to tmpdir. If missing download it.
if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then

Loading…
Cancel
Save