1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/scripts/remove
2014-05-29 12:09:07 +02:00

5 lines
142 B
Bash

#!/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