1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
yourls_ynh/scripts/remove

6 lines
142 B
Text
Raw Normal View History

2014-06-13 11:22:25 +02:00
#!/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