remove gnusocial onion service

This commit is contained in:
Bob Mottram 2016-10-02 21:18:22 +01:00
parent ac8fafe652
commit bd24d4f886
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ function remove_gnusocial {
function_check drop_database
drop_database gnusocial
function_check remove_onion_service
remove_onion_service microblog ${MICROBLOG_ONION_PORT}
remove_onion_service gnusocial ${MICROBLOG_ONION_PORT}
sed -i '/install_gnusocial/d' $COMPLETION_FILE
sed -i '/gnusocial /d' $COMPLETION_FILE
if grep -q "gnusocial" /etc/crontab; then