瀏覽代碼

consistent quoting

tags/v1.4.28
Jonathan Cobb 4 年之前
父節點
當前提交
cd47b706b4
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      bin/first_time_macosx.sh
  2. +1
    -1
      bin/first_time_ubuntu.sh

+ 1
- 1
bin/first_time_macosx.sh 查看文件

@@ -64,7 +64,7 @@ fi

# Create DB user 'bubble', with the ability to create databases
if [[ $(db_user_exists 'bubble') == "1" ]] ; then
echo "PostgreSQL user 'bubble' already exists, not creating"
echo "PostgreSQL user bubble already exists, not creating"
else
createuser --createdb bubble || die "Error creating bubble DB user"
fi

+ 1
- 1
bin/first_time_ubuntu.sh 查看文件

@@ -48,7 +48,7 @@ sudo service postgresql restart || die "Error restarting pgsql"

# Create DB user 'bubble', with the ability to create databases
if [[ $(db_user_exists 'bubble') == "1" ]] ; then
echo "PostgreSQL user 'bubble' already exists, not creating"
echo "PostgreSQL user bubble already exists, not creating"
else
createuser --createdb bubble || die "Error creating bubble DB user"
fi

Loading…
取消
儲存