test_apps/change_url_app_ynh/scripts/remove

12 lines
202 B
Text
Raw Normal View History

2017-03-12 02:12:45 +01:00
set -eux
# See comments in install script
app=$YNH_APP_INSTANCE_NAME
domain=$(yunohost app setting $app domain)
2017-03-12 02:12:45 +01:00
rm -rf /var/www/$app
rm -f /etc/nginx/conf.d/$domain.d/$app.conf
2017-03-12 02:12:45 +01:00
service nginx reload