1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
privatebin_ynh/scripts/remove
2016-08-24 19:51:23 +02:00

8 lines
165 B
Bash

#!/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