mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +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
|
||||
|
||||
domain=$(sudo yunohost app setting ttrss domain)
|
||||
domain=$(sudo yunohost app setting zerobin domain)
|
||||
|
||||
sudo rm -rf /var/www/zerobin
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/zerobin.conf
|
||||
|
|
Loading…
Reference in a new issue