mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
fix remove script
This commit is contained in:
parent
2fcfacdc2e
commit
8e8eba9ffb
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
domain=$(sudo yunohost app setting shaarli domain)
|
||||
|
||||
sudo rm -rf /var/www/shaarli
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/shaarli.conf
|
||||
sudo rm -rf /home/yunohost.app/shaarli/data
|
Loading…
Reference in a new issue