-
-
Save Tftlegal/0d3b9c2401ad52c72c99b3cf455b3f4b to your computer and use it in GitHub Desktop.
Remove-Uninstall Asterisk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| killall -9 safe_asterisk | |
| killall -9 asterisk | |
| rm -rf /etc/asterisk | |
| rm -rf /var/log/asterisk | |
| rm -rf /var/lib/asterisk | |
| rm -rf /var/spool/asterisk | |
| rm -rf /usr/lib/asterisk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment