Rewrite comment about database user and import

This commit is contained in:
Perflyst 2019-01-21 19:20:04 +01:00
parent 629b0a8b41
commit d8e1c39efb
No known key found for this signature in database
GPG Key ID: B0D9C8E56E999F68

View File

@ -3,7 +3,7 @@
dbpass=$(openssl rand -hex 20)
createdb invidious
#createuser kemal
# create database user and import templates
psql -c "CREATE USER kemal WITH PASSWORD '$dbpass';"
psql invidious < config/sql/channels.sql
psql invidious < config/sql/videos.sql