diff --git a/Zway-Bot/Properties/AssemblyInfo.cs b/Zway-Bot/Properties/AssemblyInfo.cs index 327fa9f..0beac2c 100644 --- a/Zway-Bot/Properties/AssemblyInfo.cs +++ b/Zway-Bot/Properties/AssemblyInfo.cs @@ -31,8 +31,8 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.2")] -[assembly: AssemblyFileVersion("1.5.2")] +[assembly: AssemblyVersion("1.5.3")] +[assembly: AssemblyFileVersion("1.5.3")] [assembly: NeutralResourcesLanguage("de-DE")] // “Internet Of Things” icon by By Michael Wohlwend, US, from thenounproject.com. diff --git a/Zway-Bot/bin/Release/ConnectorDataMqtt.dll b/Zway-Bot/bin/Release/ConnectorDataMqtt.dll index fdfc773..dbf7ba6 100644 Binary files a/Zway-Bot/bin/Release/ConnectorDataMqtt.dll and b/Zway-Bot/bin/Release/ConnectorDataMqtt.dll differ diff --git a/Zway-Bot/bin/Release/Iot-Interfaces.dll b/Zway-Bot/bin/Release/Iot-Interfaces.dll index 7b36dea..1897407 100644 Binary files a/Zway-Bot/bin/Release/Iot-Interfaces.dll and b/Zway-Bot/bin/Release/Iot-Interfaces.dll differ diff --git a/Zway-Bot/bin/Release/M2Mqtt.dll b/Zway-Bot/bin/Release/M2Mqtt.dll index 281d555..8091e3c 100644 Binary files a/Zway-Bot/bin/Release/M2Mqtt.dll and b/Zway-Bot/bin/Release/M2Mqtt.dll differ diff --git a/Zway-Bot/bin/Release/Utils-IoT.dll b/Zway-Bot/bin/Release/Utils-IoT.dll index 1a5b28a..3dd26ab 100644 Binary files a/Zway-Bot/bin/Release/Utils-IoT.dll and b/Zway-Bot/bin/Release/Utils-IoT.dll differ diff --git a/Zway-Bot/bin/Release/Utils.dll b/Zway-Bot/bin/Release/Utils.dll index f399eea..a90ac85 100644 Binary files a/Zway-Bot/bin/Release/Utils.dll and b/Zway-Bot/bin/Release/Utils.dll differ diff --git a/Zway-Bot/bin/Release/Zway-Bot.exe b/Zway-Bot/bin/Release/Zway-Bot.exe index 8502176..0b2033d 100644 Binary files a/Zway-Bot/bin/Release/Zway-Bot.exe and b/Zway-Bot/bin/Release/Zway-Bot.exe differ diff --git a/Zway-Bot/bin/Release/Zway.dll b/Zway-Bot/bin/Release/Zway.dll index 6f26b2a..38e7068 100644 Binary files a/Zway-Bot/bin/Release/Zway.dll and b/Zway-Bot/bin/Release/Zway.dll differ diff --git a/Zway-Bot/bin/Release/litjson.dll b/Zway-Bot/bin/Release/litjson.dll index 24f64c9..3f19f3b 100644 Binary files a/Zway-Bot/bin/Release/litjson.dll and b/Zway-Bot/bin/Release/litjson.dll differ diff --git a/Zway-Bot/dpkg/postinst b/Zway-Bot/dpkg/postinst index e15db17..1e2d850 100644 --- a/Zway-Bot/dpkg/postinst +++ b/Zway-Bot/dpkg/postinst @@ -1,3 +1,4 @@ #!/bin/sh -systemctl daemon-reload \ No newline at end of file +systemctl daemon-reload +sudo systemctl is-active --quiet zwaybot && service zwaybot restart diff --git a/Zway-Bot/dpkg/preinst b/Zway-Bot/dpkg/preinst index b87bf46..6be4bd0 100644 --- a/Zway-Bot/dpkg/preinst +++ b/Zway-Bot/dpkg/preinst @@ -1,6 +1,5 @@ #!/bin/sh -service zwaybot stop useradd -M zwaybot usermod -L zwaybot groupadd zwaybot diff --git a/Zway-Bot/dpkg/zwaybot.service b/Zway-Bot/dpkg/zwaybot.service index f1305c8..418f5db 100644 --- a/Zway-Bot/dpkg/zwaybot.service +++ b/Zway-Bot/dpkg/zwaybot.service @@ -13,6 +13,7 @@ ExecStart=/usr/bin/mono /usr/local/bin/zwaybot/Zway-Bot.exe KillMode=control-group Restart=on-failure StandardOutput=null +StandardError=syslog+journal [Install] WantedBy=multi-user.target