reverted for bash shell

This commit is contained in:
2019-10-21 16:11:31 +02:00
parent 9225ca2f4b
commit faabe5d622
15 changed files with 56 additions and 56 deletions

View File

@@ -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"