Create user on setup

This commit is contained in:
Omar Roth 2018-02-02 21:44:20 -06:00
parent 26c9a87e88
commit 3a546d3030

View File

@ -1,4 +1,5 @@
#!/bin/bash
createdb invidious
createuser kemal
psql invidious < videos.sql