Skip to content

Commit

Permalink
Nicer question format
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Aug 21, 2017
1 parent 09caef2 commit 9497bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ serial_ok () {

# Ask the user for a new serial number and license key
get_serial () {
printf "${YELLOW}Please enter your serial number or 'GPL': ${NORMAL}\n"
printf "${YELLOW}Please enter your serial number or 'GPL': ${NORMAL}"
read -r serial_num
printf "${YELLOW}Please enter your license key or 'GPL': ${NORMAL}\n"
printf "${YELLOW}Please enter your license key or 'GPL': ${NORMAL}"
read -r license_key
}

0 comments on commit 9497bdc

Please sign in to comment.