From 93868b02d433674b589c01997e63438dd9049d60 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 28 Oct 2024 13:56:20 +0100 Subject: [PATCH] better auto start status #260 --- s-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s-ui.sh b/s-ui.sh index 79c97f6..cf716ad 100644 --- a/s-ui.sh +++ b/s-ui.sh @@ -436,9 +436,9 @@ show_status() { show_enable_status() { check_enabled $1 if [[ $? == 0 ]]; then - echo -e "Start automatically: ${green}Yes${plain}" + echo -e "Start ${1} automatically: ${green}Yes${plain}" else - echo -e "Start automatically: ${red}No${plain}" + echo -e "Start ${1} automatically: ${red}No${plain}" fi }