From 72b544ad56840ab3aa3c978c4f13b63497b18cae Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 13 Oct 2023 15:59:31 +0300 Subject: [PATCH] Fix welcome message [build] --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9e783dff..feb5d6c2 100755 --- a/setup.sh +++ b/setup.sh @@ -27,7 +27,7 @@ if [ $? != "0" ]; then fi echo "****************************************************************************" -echo "* Welcome to the Usermin setup script, version $ver *" +echo " Welcome to the Usermin setup script, version $ver" echo "****************************************************************************" echo "Usermin is a web-based interface that allows Unix-like operating" echo "systems and common Unix services to be easily administered."