mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
8 lines
148 B
Text
8 lines
148 B
Text
|
#! /bin/bash
|
||
|
|
||
|
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
|