We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa3c6c commit 96d456eCopy full SHA for 96d456e
1 file changed
start.sh
@@ -55,4 +55,4 @@ if [ ! -f ${BABELFISH_DATA}/postgresql.conf ]; then
55
fi
56
57
# Start postgres engine
58
-./postgres -D ${BABELFISH_DATA}/ -i
+exec ./postgres -D ${BABELFISH_DATA}/ -i
0 commit comments