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