Pārlūkot izejas kodu

Pull restorefromfile out of eval

bryan 2 gadi atpakaļ
vecāks
revīzija
3ae237a68a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1018,7 +1018,7 @@ restoreLicense() {
 
     for f in "$RESTOREFILE" "$newest"; do
         if [[ -f "$f" ]]; then
-            if execute "mediacenter$MVERSION" "/RestoreFromFile" "$f"; then
+            if "mediacenter$MVERSION" "/RestoreFromFile" "$f"; then
                 return 0
             fi
         fi