We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbac2b0 + 05c1eb0 commit 1f8f6daCopy full SHA for 1f8f6da
1 file changed
src/pgsql-backup.sh
@@ -275,6 +275,7 @@ function encrypt_file() {
275
# pass it to openssl on the command line where it would be visible
276
# in the process tree
277
local _passphrase_file="$TEMP_PATH/opensslpass"
278
+ touch "$_passphrase_file"
279
chmod 600 "$_passphrase_file"
280
echo "$CONFIG_ENCRYPT_PASSPHRASE" > "$_passphrase_file"
281
0 commit comments