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

Remove gnusocial from cron

parent 03faa13a
No related branches found
No related tags found
No related merge requests found
......@@ -363,8 +363,8 @@ function remove_gnusocial {
remove_onion_service microblog ${MICROBLOG_ONION_PORT}
sed -i '/install_gnusocial/d' $COMPLETION_FILE
sed -i '/GNU Social /d' $COMPLETION_FILE
if grep -q "$gnusocial_expire_script" /etc/crontab; then
sed -i "/$gnusocial_expire_script/d" /etc/crontab
if grep -q "gnusocial" /etc/crontab; then
sed -i "/gnusocial/d" /etc/crontab
fi
remove_app gnusocial
}
......
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