mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
6 lines
149 B
Bash
Executable file
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
|