Skip to content

Instantly share code, notes, and snippets.

@loganhasson
Created August 18, 2014 01:23
Show Gist options
  • Save loganhasson/680f4b02c0f295dd7961 to your computer and use it in GitHub Desktop.
Save loganhasson/680f4b02c0f295dd7961 to your computer and use it in GitHub Desktop.
#!/bin/bash
sed -i 's/host all all 0.0.0.0\/0 md5/local all all md5\nhost all all 0.0.0.0\/0 md5/g' /etc/postgresql/9.3/main/pg_hba.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment