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

Remove recompile script

parent df14fa3a
No related branches found
No related tags found
No related merge requests found
......@@ -1362,6 +1362,10 @@ function remove_pleroma {
rm /usr/bin/pleroma-blocking
fi
if [ -f /usr/bin/pleroma-recompile ]; then
rm /usr/bin/pleroma-recompile
fi
function_check remove_ddns_domain
remove_ddns_domain "$PLEROMA_DOMAIN_NAME"
}
......
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