Pull restorefromfile out of eval

This commit is contained in:
2023-02-24 16:27:51 -05:00
부모 a406bf82e9
커밋 3ae237a68a

파일 보기

@@ -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