mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
6 lines
No EOL
142 B
Bash
6 lines
No EOL
142 B
Bash
#!/bin/bash
|
|
|
|
domain=$(sudo yunohost app setting yourls domain)
|
|
|
|
sudo rm -rf /var/www/yourls
|
|
sudo rm -f /etc/nginx/conf.d/$domain.d/yourls.conf |