We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e220c commit 0848d2bCopy full SHA for 0848d2b
1 file changed
scripts/utils.sh
@@ -77,7 +77,7 @@ function StartServer()
77
local _pgctlPath=$(GetPGCTL)
78
79
echo "Starting postgres in $_directory"
80
- echo "Calling: $_pgctlPath start -D $_directory -o \"-p $_port -l $_logPath\""
+ echo "Calling: $_pgctlPath start -D $_directory -o \"-p $_port\" -l $_logPath"
81
$_pgctlPath start -D $_directory -o "-p $_port" -l $_logPath
82
}
83
0 commit comments