]> git.proxmox.com Git - lxc.git/commitdiff
postinst fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Apr 2020 13:24:08 +0000 (15:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Apr 2020 13:24:17 +0000 (15:24 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/lxc-pve.postinst

index 320b89fadd3af497ce673bf0c5d36c26f5cf8936..0f962c32892f3cb1721f8aa9a1590fba04b25b1c 100644 (file)
@@ -31,7 +31,7 @@ esac
 #DEBHELPER#
 
 if [ "$1" = "configure" ] ; then
-        if [ -d /run/systemd/system]; then
+        if [ -d /run/systemd/system ]; then
                 deb-systemd-invoke reload-or-try-restart lxc.service >/dev/null || true
         fi
 fi