aboutsummaryrefslogtreecommitdiff
path: root/app/config/restore_configuration.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/restore_configuration.sh')
-rwxr-xr-xapp/config/restore_configuration.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/config/restore_configuration.sh b/app/config/restore_configuration.sh
deleted file mode 100755
index 63d71a1..0000000
--- a/app/config/restore_configuration.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-find {configuration,secrets}/$1 -type f \
- | grep --perl-regexp --invert-match "\.sample$|\.gen$|\.gitignore|\.sh$" \
- | while read filename; do
- consul kv put "${filename}" "@${filename}"
- done