mirror of
https://github.com/YunoHost-Apps/strut_ynh.git
synced 2024-09-03 20:26:33 +02:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/bin/bash
|
|
|
|
domain=$(sudo yunohost app setting strut domain)
|
|
|
|
sudo rm -rf /var/www/strut
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/strut.conf
|