소스 검색

fix typo

tags/v1.1.1
Jonathan Cobb 4 년 전
부모
커밋
415069742c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/first_time_ubuntu.sh

+ 1
- 1
bin/first_time_ubuntu.sh 파일 보기

@@ -26,7 +26,7 @@ sudo su - postgres bash -c 'createuser -U postgres --createdb --createrole --sup
PG_HBA=$(find /etc/postgresql -mindepth 1 -maxdepth 1 -type d | sort | tail -1)/main/pg_hba.conf
sudo cat ${PG_HBA} | sed -e 's/ peer/ trust/g' | sed -e 's/ md5/ trust/g' > /tmp/pg_hba.conf || die "Error filtering ${PG_HBA}"
sudo bash -c "cat /tmp/pg_hba.conf > ${PG_HBA}" || die "Error rewriting ${PG_HBA}"
sudo service postgresql restart || die "Error restaring pgsql"
sudo service postgresql restart || die "Error restarting pgsql"

# Create DB user 'bubble', with the ability to create databases
createuser --createdb bubble || die "Error creating bubble DB user"


불러오는 중...
취소
저장