remove "tilde" from users mutt signature

This commit is contained in:
creme 2020-08-02 18:30:50 +02:00
parent ecf17b26b1
commit 852b772ba9
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ add_user() {
# setup mutt
echo -e "$(sed -e s/_username_/"$user"/g -e s/_password_/"$newpw"/ /home/"$user"/.muttrc)" > /home/"$user"/.muttrc
chmod go-r /home/"$user"/.muttrc
printf '\n~%s\n' "$user" > /home/"$user"/.mutt/signature
printf '\n%s\n' "$user" > /home/"$user"/.mutt/signature
# setup database
#add_user_mysql_db