aboutsummaryrefslogtreecommitdiff
path: root/db/scripts/init.sh
blob: e55292b11691f3e806f72a36a81b053c4b2e6017 (plain)
1
2
3
4
5
6
7
8
9
sqlite3 $DB_PATH < ../sql/tables.sql

insert_user() {
read -p "Enter a username: " username
read -sp
    }

echo "Before continuing you must create users. The reset of the schema depends on them"