From 9497bdc70140054fa2c01ff4b1dc6e54ffdf7f43 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Mon, 21 Aug 2017 13:56:32 -0500 Subject: [PATCH] Nicer question format --- slib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slib.sh b/slib.sh index 0ae4c0f..540a385 100644 --- a/slib.sh +++ b/slib.sh @@ -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 }