Remove pleroma blocking command
This commit is contained in:
parent
c0e50a0685
commit
9cd23b51fe
|
@ -934,6 +934,10 @@ function remove_pleroma {
|
|||
sed -i '/pleroma commit/d' "$COMPLETION_FILE"
|
||||
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
|
||||
remove_ddns_domain "$PLEROMA_DOMAIN_NAME"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue