Elif not Else if

This commit is contained in:
Matt McWilliams 2021-08-10 18:44:13 -04:00
parent e90025c7ea
commit cdb87eb3d7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Y=1.25
if [ "${1}" == "set" ]; then
paxi move $X 0
paxi move 0 $Y
else if [ "${1}" == "reset" ]; then
elif [ "${1}" == "reset" ]; then
paxi move -$X 0
paxi move 0 -$Y
fi