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