1
0

Pull restorefromfile out of eval

Este cometimento está contido em:
2023-02-24 16:27:51 -05:00
ascendente a406bf82e9
cometimento 3ae237a68a

Ver ficheiro

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