1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00
hextris_ynh/scripts/remove
2014-08-18 18:37:19 +02:00

6 lines
146 B
Bash
Executable file

#!/bin/bash
domain=$(sudo yunohost app setting hextris domain)
sudo rm -rf /var/www/hextris
sudo rm -f /etc/nginx/conf.d/$domain.d/hextris.conf