mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
11
Papers/includes/scripts/removeKeys.sh
Executable file
11
Papers/includes/scripts/removeKeys.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Author: sud0nick
|
||||
# Date: Jan 2016
|
||||
|
||||
SSL_DIR="/etc/nginx/ssl/";
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
rm -rf $SSL_DIR$1;
|
||||
shift;
|
||||
done
|
||||
Reference in New Issue
Block a user