Procházet zdrojové kódy

Pull restorefromfile out of eval

bryan před 2 roky
rodič
revize
3ae237a68a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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