From 641c3827bf56d95bdb9f5c8cb9ce98e68c4fc4e2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 27 Aug 2024 14:28:47 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 24655960..ad8cbee5 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1570,8 +1570,8 @@ create_admin_and_show_logins_success_message() { opencli admin new "$new_username" "$new_password" > /dev/null 2>&1 && opencli admin - echo -e "Username: ${GREEN} ${new_username} ${RESET}" - echo -e "Password: ${GREEN} ${new_password} ${RESET}" + echo -e "- Username: ${GREEN} ${new_username} ${RESET}" + echo -e "- Password: ${GREEN} ${new_password} ${RESET}" echo " " print_space_and_line