Remove pleroma blocking command

This commit is contained in:
Bob Mottram 2018-03-18 12:20:30 +00:00
parent c0e50a0685
commit 9cd23b51fe
1 changed files with 4 additions and 0 deletions

View File

@ -934,6 +934,10 @@ function remove_pleroma {
sed -i '/pleroma commit/d' "$COMPLETION_FILE" sed -i '/pleroma commit/d' "$COMPLETION_FILE"
sed -i "/$blocking_script_file/d" /etc/crontab sed -i "/$blocking_script_file/d" /etc/crontab
if [ -f /usr/bin/pleroma-blocking ]; then
rm /usr/bin/pleroma-blocking
fi
function_check remove_ddns_domain function_check remove_ddns_domain
remove_ddns_domain "$PLEROMA_DOMAIN_NAME" remove_ddns_domain "$PLEROMA_DOMAIN_NAME"
} }