1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shuri_ynh.git synced 2024-09-03 20:16:20 +02:00

Create remove

This commit is contained in:
frju365 2017-03-11 19:25:55 +01:00 committed by GitHub
parent f0aa48f155
commit 65615e6874

13
scripts/remove Normal file
View file

@ -0,0 +1,13 @@
#!/bin/bash
app=$YNH_APP_INSTANCE_NAME
set -u
# Source app helpers
source /usr/share/yunohost/helpers
domain=$(ynh_app_setting_get $app domain)
sudo rm -rf /var/www/$app
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo service nginx reload