From: Thomas Walker Lynch Date: Wed, 13 Apr 2022 18:30:03 +0000 (+0200) Subject: subu_root_seed -> subu_root X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.css?a=commitdiff_plain;h=ba98d1175bc2234a0e57d8b9bab4dca68471ceac;p=subu subu_root_seed -> subu_root --- diff --git a/executable/subu_add b/executable/subu_add index 5cd4fbe..3e6ad5a 100755 --- a/executable/subu_add +++ b/executable/subu_add @@ -31,7 +31,7 @@ admin_home="/home/$stem/admin" sudo useradd --home-dir "$subu_root" "$user_subu" sudo usermod -aG "$user_subu" "$user_admin" -sudo find "$admin_home/subu_default" -mindepth 1 -execdir cp -p {} "$subu_root" \; +sudo find "$admin_home/subu_root" -mindepth 1 -execdir cp -p {} "$subu_root" \; sudo find "$subu_root" -execdir chown "$user_subu":"$user_subu" {} \; if [[ ! -d "$subu_home" ]]; then