diff --git a/install.sh b/install.sh index 1e14014..3fbd0d2 100755 --- a/install.sh +++ b/install.sh @@ -37,14 +37,14 @@ do done # systemd unit files kopieren und chmod -cp src/systemd/temp+feuchte-sammler.service /etc/systemd/system/temp+feuchte-sammler.service +cp src/systemd/temp-feuchte-sammler.service /etc/systemd/system/temp-feuchte-sammler.service cp src/systemd/weight-sammler.service /etc/systemd/system/weight-sammler.service chmod 644 /etc/systemd/system/weight-sammler.service # services enablen - starten so automatisch -systemctl enable temp+feuchte-sammler +systemctl enable temp-feuchte-sammler systemctl enable weight-sammler # und starten -systemctl start temp+feuchte-sammler +systemctl start temp-feuchte-sammler systemctl start weight-sammler diff --git a/src/systemd/temp+feuchte-sammler.service b/src/systemd/temp-feuchte-sammler.service similarity index 100% rename from src/systemd/temp+feuchte-sammler.service rename to src/systemd/temp-feuchte-sammler.service