diff --git a/user_setup b/user_setup.sh similarity index 85% rename from user_setup rename to user_setup.sh index 8e8b7f0..6e8f042 100644 --- a/user_setup +++ b/user_setup.sh @@ -4,4 +4,5 @@ useradd -m tobi passwd tobi echo "Adding tobi to sudoers list" echo "tobi ALL=(ALL) ALL" >> my_file.txt -su tobi \ No newline at end of file +cd /home/tobi +su tobi