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