summaryrefslogtreecommitdiff
path: root/scripts/create_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create_db.sh')
-rw-r--r--scripts/create_db.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/create_db.sh b/scripts/create_db.sh
index 4f4a483..ecd239e 100644
--- a/scripts/create_db.sh
+++ b/scripts/create_db.sh
@@ -1,14 +1,6 @@
#!/bin/bash
echo "choose a password for the database:"
read -s input
-echo "use xampp's version of mariadb? [y/n]"
-read answer
-
-if [[ $answer == 'y' ]] then
- mariadb="/opt/lampp/bin/mariadb"
-else
- mariadb="mariadb"
-fi
echo "use sudo? [y/n]"
read answer