1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00
20euros_ynh/scripts/remove
2015-03-08 14:02:54 +00:00

6 lines
146 B
Bash
Executable file

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