mirror of
https://github.com/tildeclub/makeuser.git
synced 2026-03-03 10:00:18 +00:00
Update makesuser
removed spaces that were not needed.
This commit is contained in:
committed by
GitHub
parent
b5d34628fb
commit
fa6e159cd2
2
makeuser
2
makeuser
@@ -53,7 +53,7 @@ case $1 in
|
|||||||
|
|
||||||
echo "adding ssh pubkey"
|
echo "adding ssh pubkey"
|
||||||
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
|
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
|
||||||
|
|
||||||
echo "enabling email forwarding"
|
echo "enabling email forwarding"
|
||||||
echo "$2" | sudo tee /home/$1/.forward
|
echo "$2" | sudo tee /home/$1/.forward
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user