diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-23 15:55:17 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-23 15:55:17 +0100 |
commit | 80dc6ec803949bbb09a8d40c80daaa9c676c0fb6 (patch) | |
tree | d2a44cf03ef3f3d9c3646846b4a7d8153181fbc9 /app/config/restore_configuration.sh | |
parent | 9117616f0250ab0ac724c6aa9a5b6d94ec7c9d92 (diff) | |
download | infrastructure-80dc6ec803949bbb09a8d40c80daaa9c676c0fb6.tar.gz infrastructure-80dc6ec803949bbb09a8d40c80daaa9c676c0fb6.zip |
Migrate jitsi
Diffstat (limited to 'app/config/restore_configuration.sh')
-rwxr-xr-x | app/config/restore_configuration.sh | 7 |
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 |