fix: formatting

This commit is contained in:
th33xitus
2020-10-29 17:32:48 +01:00
parent dc32470a7c
commit 7431124d87
5 changed files with 6 additions and 18 deletions

View File

@@ -18,9 +18,7 @@ install_menu(){
print_header
install_ui
while true; do
echo -e "${cyan}"
read -p "Perform action: " action; echo
echo -e "${default}"
read -p "${cyan}Perform action:${default} " action; echo
case "$action" in
1)
clear