1
1
Fork 0

chmod for .sendxmpprc

This commit is contained in:
David Starzengruber 2010-07-08 23:49:46 +02:00
parent c721ff7b9e
commit 233697cd0a
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ if [ -f ~/.sendxmpprc ]; then
echo "info: jabber config found in ~/.sendxmpprc"
else
echo "$user@$server $pass" > ~/.sendxmpprc
chmod 600 ~/.sendxmpprc
echo "info: created sendxmpp config in ~/.sendxmpprc"
fi