mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
7 lines
144 B
Text
7 lines
144 B
Text
|
#!/bin/bash
|
||
|
|
||
|
domain=$(sudo yunohost app setting ttrss domain)
|
||
|
|
||
|
sudo rm -rf /var/www/zerobin
|
||
|
sudo rm -f /etc/nginx/conf.d/$domain.d/zerobin.conf
|