We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f00b7 commit 83af087Copy full SHA for 83af087
index.js
@@ -147,7 +147,7 @@ if (isMac()) {
147
run(`sudo pg_dropcluster ${defaultVersion} main`);
148
}
149
150
- run(`ls /etc/postgresql/*/*/postgresql.conf`);
+ // run(`ls /etc/postgresql/*/*/postgresql.conf`);
151
run(`ls -v /usr/lib/postgresql/*/bin/postgres | tail -n1`);
152
run(`pg_conftool /etc/postgresql-common/createcluster.conf show -bs create_main_cluster`);
153
0 commit comments