also in sh

master
Sascha 2023-08-01 18:21:16 +07:00
parent 5a4b0491b9
commit ea975e9548
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@
function writeMariaDB ()
{
echo "write data to mariadb"
mariadb-import --host server0 --user root -plungretter1 --local --fields-terminated-by=',' bandwidth speedtest.tmp
mariadb-import --host server0 --user sascha -p527646 --local --fields-terminated-by=',' bandwidth speedtest.tmp
}
function runTest ()