mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/bash
|
|
|
|
sudo rm -rf /var/www/etherpadlite
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/etherpadlite.conf
|
|
|
|
|