Dave Russell
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
m2_card_fix.sh
|
|
@ -33,7 +33,7 @@ buildnumber="64570" |
|
|
buildnumber2="69057" |
|
|
buildnumber2="69057" |
|
|
currentbldnum=$(synogetkeyvalue /etc.defaults/VERSION buildnumber) |
|
|
currentbldnum=$(synogetkeyvalue /etc.defaults/VERSION buildnumber) |
|
|
|
|
|
|
|
|
if [[ $buildnumber != "$currentbldnum" ]] || [[ $buildnumber1 != "$currentbldnum" ]]; then |
|
|
if [[ $buildnumber != "$currentbldnum" ]] && [[ $buildnumber1 != "$currentbldnum" ]]; then |
|
|
echo "$currentbldnum not supported" |
|
|
echo "$currentbldnum not supported" |
|
|
exit |
|
|
exit |
|
|
fi |
|
|
fi |
|
|
|