Update header info

This commit is contained in:
Edi Septriyanto
2021-07-18 23:51:35 +07:00
parent 62a06e955e
commit 554e96e94b

View File

@@ -1,13 +1,15 @@
#!/bin/bash
function header_msg() {
clear
echo "#=========================================================================#"
echo "# Add new user for Ubuntu VPS, Written by ESLabs.ID #"
echo "#=========================================================================#"
echo "# A small tool to add new user into Ubuntu system. #"
echo "# #"
echo "# For more information please visit https://ngxtools.eslabs.id #"
echo "#=========================================================================#"
cat <<- _EOF_
#==========================================================================#
# Welcome to LEMPer Stack Manager for Debian/Ubuntu server #
#==========================================================================#
# A simple tool to add new user into system. #
# #
# For more information please visit https://masedi.net/lemper #
#==========================================================================#
_EOF_
}
# Check if user is root