output print fix

This commit is contained in:
ronivay
2019-10-12 09:18:27 +03:00
parent 6a29f889e8
commit 223b56120d

View File

@@ -36,7 +36,7 @@ COLOR_BLUE='\e[1;34m'
OK="[${COLOR_GREEN}ok${COLOR_N}]" OK="[${COLOR_GREEN}ok${COLOR_N}]"
FAIL="[${COLOR_RED}fail${COLOR_N}]" FAIL="[${COLOR_RED}fail${COLOR_N}]"
INFO="[${COLOR_BLUE}info${COLOR_N}]" INFO="[${COLOR_BLUE}info${COLOR_N}]"
PROGRESS="[${COLOR_BLUE}...${COLOR_N}]" PROGRESS="[${COLOR_BLUE}..${COLOR_N}]"
# Protocol to use for webserver. If both of the X.509 certificate files exist, # Protocol to use for webserver. If both of the X.509 certificate files exist,
# then assume that we want to enable HTTPS for the server. # then assume that we want to enable HTTPS for the server.