Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit e2d2919

Browse files
committed
fix issue 25
1 parent 4a5e8b7 commit e2d2919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patlogin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "Your grid is:$GRID"
4242
echo
4343
echo "Is this correct? y or n"
4444
read ANSWER
45-
if [ $ANSWER == 'y' ]
45+
if [ $ANSWER == 'y' ] || [ $ANSWER == 'Y' ]
4646
then
4747
#set callsign
4848
sed -i "s/\"mycall\": \".*\",/\"mycall\": \"$CALLSIGN\",/" $FIG

0 commit comments

Comments
 (0)