Formatting changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user