Skip to content

Commit

Permalink
docs: fix database warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisan09 authored Jun 21, 2023
1 parent e9223c6 commit 10ba0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/variables/config-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sudo apt install postgresql postgresql-contrib

{% code title="Then run this in terminal" overflow="wrap" %}
```batch
sudo -u postgres bash -c "psql -c \"ALTER USER postgres WITH PASSWORD 'your_password';\" && createdb catuserbot -O postgres"
sudo su - postgres bash -c "psql -c \"ALTER USER postgres WITH PASSWORD 'your_password';\" && createdb catuserbot -O postgres"
```
{% endcode %}

Expand Down

0 comments on commit 10ba0e3

Please sign in to comment.