1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00
243-game_ynh/scripts/remove
2015-03-08 14:27:11 +00:00

6 lines
134 B
Bash
Executable file

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