Sfoglia il codice sorgente

Pull restorefromfile out of eval

bryan 2 anni fa
parent
commit
3ae237a68a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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