reverted for bash shell
This commit is contained in:
@@ -7,7 +7,7 @@ echo -e '\033[35m
|
||||
/ /_/ /___/ / /___/ _, _/
|
||||
\____//____/_____/_/ |_|
|
||||
\033[0m'
|
||||
echo "\033[35;1mCreate new user (you will be asked a user name and a password) \033[0m"
|
||||
echo -e "\033[35;1mCreate new user (you will be asked a user name and a password) \033[0m"
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "Please run as root"
|
||||
@@ -50,4 +50,4 @@ groupadd admin
|
||||
usermod -a -G admin "$user"
|
||||
# allow admin group to su
|
||||
dpkg-statoverride --update --add root admin 4750 /bin/su
|
||||
echo "\033[92;1muser $user configured\033[Om"
|
||||
echo -e "\033[92;1muser $user configured\033[Om"
|
||||
|
||||
Reference in New Issue
Block a user