mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
domain=$(sudo yunohost app setting linuxdash domain)
|
|
|
|
sudo rm -rf /var/www/linuxdash
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/linuxdash.conf
|