From 9e4e2f7b99ab8816afcf51e9575d75ccf73fb23f Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 21 Sep 2020 16:29:49 +0200 Subject: Add plume --- app/config/restore_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/config/restore_configuration.sh') 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 -- cgit v1.2.3