Skip to content

Commit 5752fc3

Browse files
authored
fix(core): allow the override of the executeable via common or instance config (#3218)
1 parent c743e20 commit 5752fc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linuxgsm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ else
452452
eval preexecutable="$(sed -nr 's/^ *preexecutable=(.*)$/\1/p' "${configdirserver}/_default.cfg")"
453453
fi
454454
eval startparameters="$(sed -nr 's/^ *startparameters=(.*)$/\1/p' "${configdirserver}/_default.cfg")"
455-
eval executable="$(sed -nr 's/^ *executable=(.*)$/\1/p' "${configdirserver}/_default.cfg")"
456455
fi
457456

458457
# Load the linuxgsm.sh in to tmpdir. If missing download it.

0 commit comments

Comments
 (0)