diff --git a/bandwidth.sh b/bandwidth.sh index 0432858..5af33f1 100644 --- a/bandwidth.sh +++ b/bandwidth.sh @@ -3,7 +3,7 @@ function writeMariaDB () { echo "write data to mariadb" - mariadb-import --host server0 --user sascha -p527646 --local --fields-terminated-by=',' bandwidth speedtest.tmp + mariadb-import --host 192.168.177.7 --user root -p"Lungretter1!" --local --fields-terminated-by=',' bandwidth speedtest.tmp } function runTest ()