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

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