Преглед на файлове

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

Зареждане…
Отказ
Запис