Fixed typos
This commit is contained in:
parent
4e293a4582
commit
3d38d0ccc6
@ -28,7 +28,7 @@ Check_drive()
|
|||||||
EXIT_STATE=1
|
EXIT_STATE=1
|
||||||
|
|
||||||
elif [ -e ${DRIVE} ]; then
|
elif [ -e ${DRIVE} ]; then
|
||||||
echo "Drive connected, contiuing"
|
echo "Drive connected, continuing"
|
||||||
EXIT_STATE=0
|
EXIT_STATE=0
|
||||||
|
|
||||||
else
|
else
|
||||||
@ -45,7 +45,7 @@ TESTTAPE=`${MT} -f ${DRIVE} status | grep DR_OPEN`
|
|||||||
EXIT_STATE=1
|
EXIT_STATE=1
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "Tape seems to be in the drive, contiuing"
|
echo "Tape seems to be in the drive, continuing"
|
||||||
EXIT_STATE=0
|
EXIT_STATE=0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user