Skip to content
Snippets Groups Projects
Commit ef2df704 authored by Bob Mottram's avatar Bob Mottram
Browse files

Removing hubzilla from the readme file

parent b2f2b7d1
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,7 @@ function hubzilla_create_database {
fi
echo '' >> /home/$MY_USERNAME/README
echo '' >> /home/$MY_USERNAME/README
echo 'Hubzilla' >> /home/$MY_USERNAME/README
echo '========' >> /home/$MY_USERNAME/README
echo '# Hubzilla' >> /home/$MY_USERNAME/README
if [[ $ONION_ONLY == 'no' ]]; then
echo $"Open https://$HUBZILLA_DOMAIN_NAME and register a new user" >> /home/$MY_USERNAME/README
else
......@@ -291,6 +290,8 @@ function remove_hubzilla {
function_check remove_onion_service
remove_onion_service hubzilla ${HUBZILLA_ONION_PORT}
sed -i '/hubzilla/d' $COMPLETION_FILE
sed -i '/hubzilla/d' /home/$MY_USERNAME/README
sed -i '/Hubzilla/d' /home/$MY_USERNAME/README
}
function install_hubzilla {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment