mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
8 lines
198 B
Bash
8 lines
198 B
Bash
#!/bin/bash
|
|
domain=$(sudo yunohost app setting jappix domain)
|
|
|
|
sudo rm -rf /var/www/jappix
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/jappix.conf
|
|
|
|
sudo service nginx reload
|
|
sudo yunohost app ssowatconf
|