refactor: replace ${default} with ${white}

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-02 23:34:31 +02:00
parent 9122b50367
commit ea6a380e0f
19 changed files with 80 additions and 81 deletions

View File

@@ -196,7 +196,7 @@ function process_services_dialog(){
while true; do
echo
top_border
echo -e "| ${red}Possibly disruptive/incompatible services found!${default} |"
echo -e "| ${red}Possibly disruptive/incompatible services found!${white} |"
hr
if [ "${HAPROXY_FOUND}" = "true" ]; then
echo -e "| ● haproxy |"
@@ -213,9 +213,9 @@ function process_services_dialog(){
echo -e "| |"
echo -e "| 1) Remove packages (recommend) |"
echo -e "| 2) Disable only (may cause issues) |"
echo -e "| ${red}3) Skip this step (not recommended)${default} |"
echo -e "| ${red}3) Skip this step (not recommended)${white} |"
bottom_border
read -p "${cyan}###### Please choose:${default} " action
read -p "${cyan}###### Please choose:${white} " action
case "${action}" in
1)
echo -e "###### > Remove packages"