Parcourir la source

Pull restorefromfile out of eval

bryan il y a 2 ans
Parent
commit
3ae237a68a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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