Explorar o código

fix(core): allow the override of the executeable via common or instance config (#3218)

Christian %!s(int64=5) %!d(string=hai) anos
pai
achega
5752fc359b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      linuxgsm.sh

+ 0 - 1
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.