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.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/rust/scripts/create_db.sh b/rust/scripts/create_db.sh
deleted file mode 100644
index 4e6ebc1..0000000
--- a/rust/scripts/create_db.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-echo "choose a password for the database:"
-read input
-echo "creating database..."
-sudo mariadb -u root <<EOF
-$(cat scripts/create_user.sql)
-EOF
-
-echo '$input'
-
-sudo mariadb -u root < ./scripts/create_db.sql