From fa5739c24fee3458bf802c9abc4070447b7ab49b Mon Sep 17 00:00:00 2001 From: LeeW Date: Fri, 31 Jan 2025 14:35:12 +0100 Subject: [PATCH] phase2: update script, make useful for general case --- bin/update_sops.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update_sops.sh b/bin/update_sops.sh index 6d92f2c..ca8ab53 100755 --- a/bin/update_sops.sh +++ b/bin/update_sops.sh @@ -64,6 +64,7 @@ EOM } # UPDATE SOPS CONFIG +# TODO: remove the 'pushd;popd' workaround and make the functions aware of the dir being read pushd "${keyfiles_dir}" > /dev/null 2>&1 (fn_update_sops_config) > "${sops_config}" popd > /dev/null 2>&1