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