#! /bin/bash # causes the shell to exit if any subcommand or pipeline returns a non-zero status set -e app=bozon domain=$(sudo yunohost app setting $app domain) sudo rm -rf /var/www/$app sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf