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