From 17e5a7c146c062373d5044c2c0a40f4b78c6189a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=B6pferl?= Date: Sun, 21 Jun 2020 01:38:07 +0200 Subject: [PATCH] bla --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 1d8662f..37c8bdc 100755 --- a/update.sh +++ b/update.sh @@ -27,7 +27,7 @@ done # Repo von ul-gh/PiPyADC in /opt/bienen clonen git submodule update --init -cp -av PiPyADC /opt/bienen/PiPyADC +cp -av PiPyADC/* /opt/bienen/PiPyADC/ # systemd unit files kopieren und chmod cp src/systemd/temp-feuchte-sammler.service /etc/systemd/system/temp-feuchte-sammler.service @@ -40,5 +40,5 @@ systemctl enable temp-feuchte-sammler systemctl enable weight-sammler # und starten -systemctl start temp-feuchte-sammler -systemctl start weight-sammler +systemctl restart temp-feuchte-sammler +systemctl restart weight-sammler