Browse Source

Update m2_card_fix.sh

test
Dave Russell 2 years ago
committed by GitHub
parent
commit
689bbc2d3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      m2_card_fix.sh

2
m2_card_fix.sh

@ -33,7 +33,7 @@ buildnumber="64570"
buildnumber2="69057"
currentbldnum=$(synogetkeyvalue /etc.defaults/VERSION buildnumber)
if [[ $buildnumber != "$currentbldnum" ]] || [[ $buildnumber1 != "$currentbldnum" ]]; then
if [[ $buildnumber != "$currentbldnum" ]] && [[ $buildnumber1 != "$currentbldnum" ]]; then
echo "$currentbldnum not supported"
exit
fi

Loading…
Cancel
Save