Skip to content

Commit 1f8f6da

Browse files
committed
Merge branch 'develop'
2 parents cbac2b0 + 05c1eb0 commit 1f8f6da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pgsql-backup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ function encrypt_file() {
275275
# pass it to openssl on the command line where it would be visible
276276
# in the process tree
277277
local _passphrase_file="$TEMP_PATH/opensslpass"
278+
touch "$_passphrase_file"
278279
chmod 600 "$_passphrase_file"
279280
echo "$CONFIG_ENCRYPT_PASSPHRASE" > "$_passphrase_file"
280281

0 commit comments

Comments
 (0)