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

add remove script

This commit is contained in:
Thomas LEBEAU 2014-06-13 11:22:25 +02:00
parent 3687273ec1
commit 75c91cb153

6
scripts/remove Normal file
View file

@ -0,0 +1,6 @@
#!/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