This commit is contained in:
m0duspwnens
2020-11-05 19:08:19 -05:00
parent 0caf054da0
commit 7eb0dab6c7

View File

@@ -163,7 +163,7 @@ print_line() {
local columns=$(tput cols)
local state_color="\e[0m"
local PADDING_CONSTANT=14
local PADDING_CONSTANT=15
if [[ $service_state = "$ERROR_STRING" ]] || [[ $service_state = "$MISSING_STRING" ]] || [[ $service_state = "$WAIT_START_STRING" ]]; then
state_color="\e[1;31m"