From 5752fc359bf90ea3fb6fe217c979c49af5dceedc Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 8 Feb 2021 00:34:21 +0100 Subject: [PATCH] fix(core): allow the override of the executeable via common or instance config (#3218) --- linuxgsm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 2089e3866..c18744871 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -452,7 +452,6 @@ else eval preexecutable="$(sed -nr 's/^ *preexecutable=(.*)$/\1/p' "${configdirserver}/_default.cfg")" fi eval startparameters="$(sed -nr 's/^ *startparameters=(.*)$/\1/p' "${configdirserver}/_default.cfg")" - eval executable="$(sed -nr 's/^ *executable=(.*)$/\1/p' "${configdirserver}/_default.cfg")" fi # Load the linuxgsm.sh in to tmpdir. If missing download it.