test_apps/full_domain_app_ynh/scripts/remove

14 lines
250 B
Text
Raw Normal View History

2019-10-08 18:17:54 +02:00
set -eux
# Source app helpers
source /usr/share/yunohost/helpers
# Recover arguments
app=$YNH_APP_INSTANCE_NAME
domain=$(sudo yunohost app setting $app domain)
rm -rf /var/www/$app
rm /etc/nginx/conf.d/$domain.d/$app.conf
systemctl restart nginx