Skip to content

Instantly share code, notes, and snippets.

@divyavanmahajan
Created March 15, 2016 02:44
Show Gist options
  • Save divyavanmahajan/ccef4f6b247032c0c351 to your computer and use it in GitHub Desktop.
Save divyavanmahajan/ccef4f6b247032c0c351 to your computer and use it in GitHub Desktop.
Turnkey OpenVPN - remove all URLs for downloaded OVPN files
#!/bin/bash -e
rm -rf /var/www/openvpn/htdocs/profiles/[0-9a-f]*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment