From 89c125ab7b4c5c5f5a4dccc6ef524d99a621c39e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 5 Jan 2021 22:05:09 +0000 Subject: [PATCH] add executable --- linuxgsm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxgsm.sh b/linuxgsm.sh index 3ab215787..fc54d443f 100644 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -444,6 +444,7 @@ else : else 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 # Load the linuxgsm.sh in to tmpdir. If missing download it.