summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Abel <info@abel-ikt.de>2022-02-16 13:28:43 +0100
committerMichael Abel <info@abel-ikt.de>2022-02-16 13:28:43 +0100
commitb1e45ec7eeb58b6255b4d4237b489d0155039b72 (patch)
tree67661f9550e3c15f2e423900deebc4114f2b5ace
parent379a5ba34f3946d7e18b2bdb7644b534b28d22e4 (diff)
Fix misleading echo statement
-rwxr-xr-xci/configure_bridge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/configure_bridge.sh b/ci/configure_bridge.sh
index a66bda5b..1c476d6f 100755
--- a/ci/configure_bridge.sh
+++ b/ci/configure_bridge.sh
@@ -58,7 +58,7 @@ sleep 2
export C8YDEVICEID=$(python3 ./ci/find_device_id.py --tenant $C8YTENANT --user $C8YUSERNAME --device $C8YDEVICE --url $C8YURL)
-echo "The current device ID is (read from home directory): " $C8YDEVICEID
+echo "The new device ID is: " $C8YDEVICEID
deactivate