From 06d6a3755503a359083dba562fe7d94fcdb9a3ad Mon Sep 17 00:00:00 2001 From: Eddie Septr Date: Mon, 24 Jun 2019 01:00:35 +0700 Subject: [PATCH] minor update --- scripts/install_tools.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/install_tools.sh b/scripts/install_tools.sh index 1300966..65e51a2 100755 --- a/scripts/install_tools.sh +++ b/scripts/install_tools.sh @@ -98,16 +98,8 @@ if [[ -z $(getent passwd lemper) ]]; then useradd -d /home/webapps -m -s /bin/bash lemper echo "lemper:${katasandi}" | chpasswd usermod -aG sudo lemper - - echo -e "\nHere is your default system account information: - -Username: lemper -Password: ${katasandi} - -Please keep it private! -" fi if [[ -x /usr/local/bin/ngxvhost && -x /usr/local/bin/ngxtool && -d /usr/share/nginx/html/tools ]]; then - status -e "\nWeb administration tools successfully installed." + status -e "\nWeb administration tools successfully installed.\n" fi