aboutsummaryrefslogtreecommitdiff
path: root/app/config/restore_configuration.sh
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-09-21 16:29:49 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-09-21 16:29:49 +0200
commit9e4e2f7b99ab8816afcf51e9575d75ccf73fb23f (patch)
tree7219b5a11bec1ce2aa439aa463f414b2f4408184 /app/config/restore_configuration.sh
parent09fc30214da3febbf9c06a81bd52701f370be67e (diff)
downloadinfrastructure-9e4e2f7b99ab8816afcf51e9575d75ccf73fb23f.tar.gz
infrastructure-9e4e2f7b99ab8816afcf51e9575d75ccf73fb23f.zip
Add plume
Diffstat (limited to 'app/config/restore_configuration.sh')
-rwxr-xr-xapp/config/restore_configuration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/restore_configuration.sh b/app/config/restore_configuration.sh
index 33742e5..63d71a1 100755
--- a/app/config/restore_configuration.sh
+++ b/app/config/restore_configuration.sh
@@ -1,7 +1,7 @@
#!/bin/bash
find {configuration,secrets}/$1 -type f \
- | grep --perl-regexp --invert-match "\.sample$|\.gen$|/.gitignore$" \
+ | grep --perl-regexp --invert-match "\.sample$|\.gen$|\.gitignore|\.sh$" \
| while read filename; do
consul kv put "${filename}" "@${filename}"
done