From ea975e9548f2ae52f7d4caad2cd52bfce35109f8 Mon Sep 17 00:00:00 2001 From: Sascha Date: Tue, 1 Aug 2023 18:21:16 +0200 Subject: [PATCH] also in sh --- bandwidth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandwidth.sh b/bandwidth.sh index 7febc9b..75a0470 100644 --- a/bandwidth.sh +++ b/bandwidth.sh @@ -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 ()