Various small changes

This commit is contained in:
Andrew Miner
2021-11-01 14:57:12 -06:00
parent 990aacb464
commit 1fdd7955ec
7 changed files with 32 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
brew services stop postgresql
rm /usr/local/var/postgres/postmaster.pid
brew services start postgresql