mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
fix remove
This commit is contained in:
parent
63f6bbc6dc
commit
7eabeebc00
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
domain=$(sudo yunohost app setting ttrss domain)
|
domain=$(sudo yunohost app setting zerobin domain)
|
||||||
|
|
||||||
sudo rm -rf /var/www/zerobin
|
sudo rm -rf /var/www/zerobin
|
||||||
sudo rm -f /etc/nginx/conf.d/$domain.d/zerobin.conf
|
sudo rm -f /etc/nginx/conf.d/$domain.d/zerobin.conf
|
||||||
|
|
Loading…
Reference in a new issue