Keep hubzilla emails in a separate folder

This commit is contained in:
Bob Mottram 2016-03-10 10:00:35 +00:00
parent afa8244dd1
commit bdc79aa3da
1 changed files with 135 additions and 133 deletions

View File

@ -9722,6 +9722,8 @@ function install_hubzilla {
systemctl restart nginx
systemctl restart cron
freedombone-addemail -u $MY_USERNAME -e "noreply@$HUBZILLA_DOMAIN_NAME" -g hubzilla --public no
echo "Hubzilla domain:${HUBZILLA_DOMAIN_NAME}" >> $COMPLETION_FILE
echo 'install_hubzilla' >> $COMPLETION_FILE
}