Ownership of the readme

This commit is contained in:
Bob Mottram 2014-10-03 11:55:02 +01:00
parent 806be4e154
commit 8f07766358
1 changed files with 1 additions and 0 deletions

View File

@ -2210,6 +2210,7 @@ function encrypt_all_email {
echo 'But be warned that depending upon how much email you have' >> /home/$MY_USERNAME/README
echo 'this could take a seriously LONG time on the Beaglebone' >> /home/$MY_USERNAME/README
echo 'and may be better done on a faster machine.' >> /home/$MY_USERNAME/README
chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
fi
echo 'encrypt_all_email' >> $COMPLETION_FILE