From 568cd9d8c2228646557e7d3aeb4bae1ad67f68ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=B6pferl?= Date: Sun, 21 Jun 2020 01:08:36 +0200 Subject: [PATCH] opt vergesse --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 995ebdc..1d8662f 100755 --- a/update.sh +++ b/update.sh @@ -22,7 +22,7 @@ do Var=${GRAFANA_URL//\//\\/} # & ersetzen durch \& Var=${Var//[&]/\\&} - cat src/$f | sed 's/%GRAFANA_URL%/'$Var'/' > /usr/bin/$f + cat src/$f | sed 's/%GRAFANA_URL%/'$Var'/' > /opt/bienen/$f done # Repo von ul-gh/PiPyADC in /opt/bienen clonen