From 5e1cc2a895dd75a8efdba4e2379404fde26aed5e Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 20:44:27 +0000 Subject: [PATCH] Update user_setup.sh --- user_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_setup.sh b/user_setup.sh index 3868161..328164a 100644 --- a/user_setup.sh +++ b/user_setup.sh @@ -5,7 +5,7 @@ passwd tobi echo "Adding tobi to sudoers list" echo "tobi ALL=(ALL) ALL" >> my_file.txt cd /home/tobi -mv ../arch_config /home/tobi/arch_config +mv /root/arch_config /home/tobi/arch_config chown -R tobi /home/tobi/arch_config cd arch_config su tobi