From 935c10ffe18e267692bf9a577876b9427f12eec8 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 7 Jun 2022 22:30:53 +0200 Subject: [PATCH] Escapes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ee814cc..4c2fc01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: prereq image: cburki/mosquitto-clients commands: - - echo mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$$localip" -C 1 + - echo mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$${localip}" -C 1 # - lastknownip=$(mosquitto_sub -h mqtt.ctdo.de -t "homie/$hostname/$$localip" -C 1) environment: hostname: