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

Create remove

This commit is contained in:
frju365 2017-01-29 01:11:39 +01:00 committed by GitHub
parent c1e0b08956
commit 901049abb0

10
scripts/remove Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
app=$YNH_APP_INSTANCE_NAME
domain=$(sudo yunohost app setting $app domain)
sudo rm -rf /var/www/$app
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo service nginx reload