summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorChristoph Biedl <debian.axhn@manchmal.in-ulm.de>2018-02-15 18:55:13 +0000
committerNiels Thykier <niels@thykier.net>2018-02-15 18:56:13 +0000
commit8ded5825603b626362a4f54e2e02cc91d3c4e03c (patch)
tree0c41640df4ce54abe1bf86adb1d361a1c9d1a1fc /autoscripts
parent09f9ec367aead12b46a5a05885cdd0d34a83451d (diff)
downloaddebhelper-8ded5825603b626362a4f54e2e02cc91d3c4e03c.tar.gz
autoscripts/postinst-systemd-restart: Fix indentation
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-systemd-restart4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postinst-systemd-restart b/autoscripts/postinst-systemd-restart
index a619055f..048e9685 100644
--- a/autoscripts/postinst-systemd-restart
+++ b/autoscripts/postinst-systemd-restart
@@ -1,6 +1,6 @@
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
- if [ -d /run/systemd/system ]; then
- systemctl --system daemon-reload >/dev/null || true
+ if [ -d /run/systemd/system ]; then
+ systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" ]; then
_dh_action=restart
else