5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf /opt/maubot
|
||
|
rm -f /etc/nginx/sites-*/maubot.conf
|