diff --git a/scripts/remove b/scripts/remove new file mode 100644 index 0000000..131322a --- /dev/null +++ b/scripts/remove @@ -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 \ No newline at end of file