Skip to content

Commit 5c224e1

Browse files
authored
Changed to use 'source secrets_dict.py'
The previous version stopped working after many months, first detected by @carrollsa This is cleaner anyway.
1 parent 3570bc6 commit 5c224e1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/server/bin/export_secrets.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
set -o allexport
2-
while read k _ v;
3-
do
4-
eval $k=$v;
5-
export k;
6-
done < 'secrets_dict.py'
7-
set +o allexport
2+
source secrets_dict.py
3+
set +o allexport

0 commit comments

Comments
 (0)