Pull restorefromfile out of eval

Этот коммит содержится в:
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