Skip to content

Instantly share code, notes, and snippets.

@divyavanmahajan
Created March 15, 2016 02:40
Show Gist options
  • Save divyavanmahajan/d230a60d0c5630bc0eea to your computer and use it in GitHub Desktop.
Save divyavanmahajan/d230a60d0c5630bc0eea to your computer and use it in GitHub Desktop.
Turnkey OpenVPN script - delete all web urls - since the "expiry" only removes downloaded links
#!/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