aboutsummaryrefslogtreecommitdiff
path: root/admin/encrypt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'admin/encrypt.sh')
-rwxr-xr-xadmin/encrypt.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/encrypt.sh b/admin/encrypt.sh
deleted file mode 100755
index 4bf6c93..0000000
--- a/admin/encrypt.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-openssl aes-256-cbc -pass "pass:$SECRET" -in $1 -out $1.enc -a \ No newline at end of file