Pārlūkot izejas kodu

Fixed spelling

release/3.x.x
Damian Wolgast pirms 3 gadiem
vecāks
revīzija
897f0f36d1
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 97F36CC6D201E31B
3 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +1
    -1
      Build/deb-meta/DEBIAN/postinst
  2. +1
    -1
      Build/deb-meta/DEBIAN/postrm
  3. +1
    -1
      Build/deb-meta/DEBIAN/prerm

+ 1
- 1
Build/deb-meta/DEBIAN/postinst Parādīt failu

@@ -31,7 +31,7 @@ setcap CAP_NET_BIND_SERVICE=+eip $INSTALLPATH/MQTTnet.Server
chmod 644 /etc/systemd/system/mqttnet-server.service

# Check if systemctl exists, does not exist in docker containers
SCTL=$(which systemct1l >/dev/null; echo $?)
SCTL=$(which systemctl >/dev/null; echo $?)

if [ "$SCTL" -eq "0" ]; then
# Reload systemd because of new service file


+ 1
- 1
Build/deb-meta/DEBIAN/postrm Parādīt failu

@@ -1,7 +1,7 @@
#!/bin/bash

# Check if systemctl exists, does not exist in docker containers
SCTL=$(which systemct1l >/dev/null; echo $?)
SCTL=$(which systemctl >/dev/null; echo $?)

if [ "$SCTL" -eq "0" ]; then
# Reload systemd because of new service file


+ 1
- 1
Build/deb-meta/DEBIAN/prerm Parādīt failu

@@ -4,7 +4,7 @@ BASEPATH=/opt
INSTALLPATH=$BASEPATH/MQTTnetServer

# Check if systemctl exists, does not exist in docker containers
SCTL=$(which systemct1l >/dev/null; echo $?)
SCTL=$(which systemctl >/dev/null; echo $?)

if [ "$SCTL" -eq "0" ]; then
# Stop service before uninstalling


Notiek ielāde…
Atcelt
Saglabāt