1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/scripts/remove
2014-02-11 14:56:25 +01:00

6 lines
149 B
Bash
Executable file

#!/bin/bash
domain=$(sudo yunohost app setting dokuwiki domain)
sudo rm -rf /var/www/dokuwiki
sudo rm -f /etc/nginx/conf.d/$domain.d/dokuwiki.conf