Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pocopico committed Feb 15, 2022
1 parent dad63c5 commit ef0a315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ fi

function serialgen(){

if [ "$1" = "DS3615xs" ] || [ "$1" = "DS3617xs" ] || [ "$1" = "DS916+" ] || [ "$1" = "DS918DS918+" ] || [ "$1" = "DS920+" ] || [ "$1" = "DS3622xs+" ] || [ "$1" = "DVA3219" ] || [ "$1" = "DVA3221" ] ; then
if [ "$1" = "DS3615xs" ] || [ "$1" = "DS3617xs" ] || [ "$1" = "DS916+" ] || [ "$1" = "DS918+" ] || [ "$1" = "DS920+" ] || [ "$1" = "DS3622xs+" ] || [ "$1" = "DVA3219" ] || [ "$1" = "DVA3221" ] ; then
serial="$(generateSerial $1)"
mac="$(generateMacAddress $1)"
echo "Serial Number for Model : $serial"
Expand Down

0 comments on commit ef0a315

Please sign in to comment.