[BF] Fixing Bug in after installation script
This commit is contained in:
parent
1c84703ac6
commit
a9c77c6614
@ -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.3")]
|
||||
[assembly: AssemblyFileVersion("1.5.3")]
|
||||
[assembly: AssemblyVersion("1.5.4")]
|
||||
[assembly: AssemblyFileVersion("1.5.4")]
|
||||
[assembly: NeutralResourcesLanguage("de-DE")]
|
||||
|
||||
// “Internet Of Things” icon by By Michael Wohlwend, US, from thenounproject.com.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
systemctl daemon-reload
|
||||
sudo systemctl is-active --quiet zwaybot && service zwaybot restart
|
||||
systemctl is-active --quiet zwaybot && service zwaybot restart
|
||||
|
Loading…
Reference in New Issue
Block a user