Update serv00.sh
This commit is contained in:
@@ -9,7 +9,8 @@ green() { echo -e "\e[1;32m$1\033[0m"; }
|
||||
yellow() { echo -e "\e[1;33m$1\033[0m"; }
|
||||
purple() { echo -e "\e[1;35m$1\033[0m"; }
|
||||
reading() { read -p "$(red "$1")" "$2"; }
|
||||
USERNAME=$(whoami | tr '[:upper:]' '[:lower:]')
|
||||
#USERNAME=$(whoami | tr '[:upper:]' '[:lower:]')
|
||||
USERNAME=$(whoami)
|
||||
snb=$(hostname | cut -d. -f1)
|
||||
nb=$(hostname | cut -d '.' -f 1 | tr -d 's')
|
||||
HOSTNAME=$(hostname)
|
||||
|
||||
Reference in New Issue
Block a user