Browse Source
fix(core): allow the override of the executeable via common or instance config (#3218)
pull/3224/head
Christian
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
linuxgsm.sh
|
@ -452,7 +452,6 @@ else |
|
|
eval preexecutable="$(sed -nr 's/^ *preexecutable=(.*)$/\1/p' "${configdirserver}/_default.cfg")" |
|
|
eval preexecutable="$(sed -nr 's/^ *preexecutable=(.*)$/\1/p' "${configdirserver}/_default.cfg")" |
|
|
fi |
|
|
fi |
|
|
eval startparameters="$(sed -nr 's/^ *startparameters=(.*)$/\1/p' "${configdirserver}/_default.cfg")" |
|
|
eval startparameters="$(sed -nr 's/^ *startparameters=(.*)$/\1/p' "${configdirserver}/_default.cfg")" |
|
|
eval executable="$(sed -nr 's/^ *executable=(.*)$/\1/p' "${configdirserver}/_default.cfg")" |
|
|
|
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Load the linuxgsm.sh in to tmpdir. If missing download it. |
|
|
# Load the linuxgsm.sh in to tmpdir. If missing download it. |
|
|