mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-22 22:41:02 -04:00
Fix typos
This commit is contained in:
parent
2e7b7fbda7
commit
8d6f679019
16 changed files with 28 additions and 28 deletions
|
@ -18,7 +18,7 @@ sudo systemctl start postgresql.service
|
|||
sudo systemctl enable postgresql.service
|
||||
|
||||
#
|
||||
# Create databse and user
|
||||
# Create database and user
|
||||
#
|
||||
|
||||
if [ "$interactive" = "true" ]; then
|
||||
|
@ -51,7 +51,7 @@ if [ "$interactive" = "true" ]; then
|
|||
echo " NOTICE "
|
||||
echo "-------------"
|
||||
echo
|
||||
echo "Make sure that your postgreSQL's pg_hba.conf file contains the follwong"
|
||||
echo "Make sure that your postgreSQL's pg_hba.conf file contains the following"
|
||||
echo "lines before previous 'host' configurations:"
|
||||
echo
|
||||
echo "host invidious kemal 127.0.0.1/32 md5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue