Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fukawi2 committed Oct 7, 2014
2 parents cbac2b0 + 05c1eb0 commit 1f8f6da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pgsql-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ function encrypt_file() {
# pass it to openssl on the command line where it would be visible
# in the process tree
local _passphrase_file="$TEMP_PATH/opensslpass"
touch "$_passphrase_file"
chmod 600 "$_passphrase_file"
echo "$CONFIG_ENCRYPT_PASSPHRASE" > "$_passphrase_file"

Expand Down

0 comments on commit 1f8f6da

Please sign in to comment.