Skip to content
Snippets Groups Projects
Commit 5cec1e5d authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed missing passing of credentials

parent 23a94d1a
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ USER=$2
PASSWORD=$3
# create database
./inputs/setup_db.sh
./inputs/setup_db.sh "$HOST" "$USER" "$PASSWORD"
# load vector data into DB
./inputs/load_data.sh
./inputs/load_data.sh "$HOST" "$USER" "$PASSWORD"
# dump data and drop database on 'local' instance
./inputs/dump_and_drop.sh
./inputs/dump_and_drop.sh "$HOST" "$USER" "$PASSWORD"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment