Skip to content

Commit 83af087

Browse files
committed
Debug
1 parent b7f00b7 commit 83af087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ if (isMac()) {
147147
run(`sudo pg_dropcluster ${defaultVersion} main`);
148148
}
149149

150-
run(`ls /etc/postgresql/*/*/postgresql.conf`);
150+
// run(`ls /etc/postgresql/*/*/postgresql.conf`);
151151
run(`ls -v /usr/lib/postgresql/*/bin/postgres | tail -n1`);
152152
run(`pg_conftool /etc/postgresql-common/createcluster.conf show -bs create_main_cluster`);
153153

0 commit comments

Comments
 (0)