Browse Source

add executable

pull/3151/head
Daniel Gibbs 5 years ago
parent
commit
89c125ab7b
  1. 1
      linuxgsm.sh

1
linuxgsm.sh

@ -444,6 +444,7 @@ else
: :
else else
eval startparameters="$(grep startparameters= "${configdirserver}/_default.cfg" | sed -e 's/startparameters=//g')" eval startparameters="$(grep startparameters= "${configdirserver}/_default.cfg" | sed -e 's/startparameters=//g')"
eval executable="$(grep executable= "${configdirserver}/_default.cfg" | sed -e 's/executable=//g')"
fi fi
# Load the linuxgsm.sh in to tmpdir. If missing download it. # Load the linuxgsm.sh in to tmpdir. If missing download it.

Loading…
Cancel
Save