1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/Cubiks-2048_ynh.git synced 2024-09-03 18:25:55 +02:00
cubiks-2048_ynh/scripts/remove
2015-03-08 14:51:04 +00:00

6 lines
155 B
Bash
Executable file

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