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