diff --git a/pg_rep_test b/pg_rep_test index bd8233c..e1c9eef 100755 --- a/pg_rep_test +++ b/pg_rep_test @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Default values @@ -812,7 +812,7 @@ function create_tool() { file_header=$(cat <<-TOOL_CONFIG - #!/bin/bash + #!/usr/bin/env bash # instance data associated with this maintenance script datadirs=(${dir_list[*]})