From 41fc4ab4d4366ac6ecc470830e0cbe10e4eb10fc Mon Sep 17 00:00:00 2001 From: Jon-William Lewis Date: Sat, 27 Aug 2016 13:07:34 -0500 Subject: [PATCH] Formatting changes --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 44eec56..d5f0eb8 100755 --- a/install.sh +++ b/install.sh @@ -152,8 +152,8 @@ function verify { fi if [ "$SNS_INSTALLED" == "1" ]; then - printf "$YELLOW_COLOR*$RESET_COLOR - %s $BLUE_COLOR%s$RESET_COLOR %s\n"\ - "Installation succeeded. If this is a new install of sns, you should run"\ + printf "$YELLOW_COLOR*$RESET_COLOR - %s\n\n%s $BLUE_COLOR%s$RESET_COLOR %s\n"\ + "Installation succeeded." "If this is a new install of sns, you should run"\ "sns -i" "now." fi } @@ -189,7 +189,6 @@ fi # Print header printf "\n %s\n" "$PROD_STR" -printf " %s\n" "$PROD_SUB" printf "%s\n\n" "--------------------" # Argument Parsing for ARG in "$@"; do