Skip to content

Commit

Permalink
better auto start status #260
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Oct 28, 2024
1 parent 50d1177 commit 93868b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 93868b0

Please sign in to comment.