subu_root_seed -> subu_root
authorThomas Walker Lynch <thomas.walker.lynch@gmail.com>
Wed, 13 Apr 2022 18:30:03 +0000 (20:30 +0200)
committerThomas Walker Lynch <thomas.walker.lynch@gmail.com>
Wed, 13 Apr 2022 18:30:03 +0000 (20:30 +0200)
executable/subu_add

index 5cd4fbe..3e6ad5a 100755 (executable)
@@ -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