We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0935d commit 1cae783Copy full SHA for 1cae783
src/index.ts
@@ -75,7 +75,7 @@ export function getInstallationScript({
75
const installation = includeInstallation ? `sudo apt update; sudo apt install postgresql-${version};` : '';
76
77
return `
78
- ${installation};
+ ${installation}
79
sudo -u postgres mkdir -p ${PD_TEMP_DATA_PATH}/data;
80
sudo -u postgres /usr/lib/postgresql/${version}/bin/initdb -D ${PD_TEMP_DATA_PATH}/data;
81
sudo -u postgres /usr/lib/postgresql/${version}/bin/pg_ctl -o "-F -p ${port}" -D ${PD_TEMP_DATA_PATH}/data -l ${PD_TEMP_DATA_PATH}/logfile start;
0 commit comments