remove gnusocial onion service
This commit is contained in:
parent
ac8fafe652
commit
bd24d4f886
|
@ -385,7 +385,7 @@ function remove_gnusocial {
|
||||||
function_check drop_database
|
function_check drop_database
|
||||||
drop_database gnusocial
|
drop_database gnusocial
|
||||||
function_check remove_onion_service
|
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 '/install_gnusocial/d' $COMPLETION_FILE
|
||||||
sed -i '/gnusocial /d' $COMPLETION_FILE
|
sed -i '/gnusocial /d' $COMPLETION_FILE
|
||||||
if grep -q "gnusocial" /etc/crontab; then
|
if grep -q "gnusocial" /etc/crontab; then
|
||||||
|
|
Loading…
Reference in New Issue