summaryrefslogtreecommitdiff
path: root/rust/scripts/create_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rust/scripts/create_db.sh')
-rw-r--r--rust/scripts/create_db.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/rust/scripts/create_db.sh b/rust/scripts/create_db.sh
index cddcdd9..4e6ebc1 100644
--- a/rust/scripts/create_db.sh
+++ b/rust/scripts/create_db.sh
@@ -1,10 +1,11 @@
#!/bin/bash
-echo "choose a password for the database: 'input;"
+echo "choose a password for the database:"
read input
-echo $(pwd)
echo "creating database..."
sudo mariadb -u root <<EOF
$(cat scripts/create_user.sql)
EOF
+echo '$input'
+
sudo mariadb -u root < ./scripts/create_db.sql