Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit b0d09d8

Browse files
committed
Merge branch 'main' into chore/monorepo
2 parents 8d52d22 + 41dbdc5 commit b0d09d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pg-wasm/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
emulator.add_listener("emulator-ready", function () {
5959
setTimeout(() => {
6060
emulator.serial0_send('/etc/init.d/S40network restart\n');
61+
emulator.serial0_send("su - postgres -c '/usr/bin/pg_ctl start -w -D /var/lib/pgsql -l logfile'\n");
6162
emulator.serial0_send('psql -U postgres\n');
6263
emulator.serial0_send('\\! echo "boot_completed"; reset\n');
6364
}, 0);

0 commit comments

Comments
 (0)