diff --git a/installJRMC b/installJRMC index 0857fe5..d6c8978 100755 --- a/installJRMC +++ b/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