diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-10-02 23:25:54 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-10-02 23:25:54 +0200 |
commit | 6d57e0d0da0bbe5461acfb0b1809f5d22a5b4fcc (patch) | |
tree | 69ef61c713df58381556f32a1b65b767edc38f91 /scripts/create_db.sh | |
parent | 7df09f8b146ae7fb091787770fe5681381164f0e (diff) |
remove xampp option because xampp sucks
Diffstat (limited to 'scripts/create_db.sh')
-rw-r--r-- | scripts/create_db.sh | 8 |
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 |