Set user account owner

This commit is contained in:
Blade of Darkness 2020-01-15 19:23:21 +01:00
parent a03c58b202
commit 017872be5d
1 changed files with 1 additions and 0 deletions

View File

@ -40,4 +40,5 @@ add_account_recovery()
sudo mkdir --mode=700 /home/$1/.thunix
sudo echo echo $2 > /home/$1/.thunix/recovery
sudo chmod 600 > /home/$1/.thunix/recovery
chown -R $1 /home/$1/.thunix
}