Uninstall pleroma for postactiv
This commit is contained in:
parent
081e73a5bc
commit
80ead339b6
|
@ -412,6 +412,9 @@ function remove_postactiv {
|
|||
if [ ${#POSTACTIV_DOMAIN_NAME} -eq 0 ]; then
|
||||
return
|
||||
fi
|
||||
function_check remove_nodejs
|
||||
remove_nodejs pleroma-postactiv
|
||||
|
||||
read_config_param "POSTACTIV_DOMAIN_NAME"
|
||||
read_config_param "MY_USERNAME"
|
||||
echo "Removing $POSTACTIV_DOMAIN_NAME"
|
||||
|
|
Loading…
Reference in New Issue