1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

[fix] Fetch domain before removal

This commit is contained in:
Alexis Gavoty 2014-05-29 12:09:07 +02:00
parent 0bec0c4896
commit 009af5fc3c

View file

@ -1,3 +1,5 @@
#!/bin/bash
domain=$(sudo yunohost app setting jappix domain)
sudo rm -rf /var/www/jappix
sudo rm -f /etc/nginx/conf.d/$domain.d/jappix.conf