From 85c14e2826cbe5d9e8f9a9661546d15fe174c614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 11 Apr 2024 11:56:10 +0200 Subject: [PATCH] postinst: remove blank lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it looks confusing in `apt ..` output Signed-off-by: Fabian Grünbichler --- debian/postinst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/postinst b/debian/postinst index c08a1bcdb..d3ca13be2 100755 --- a/debian/postinst +++ b/debian/postinst @@ -84,8 +84,6 @@ update_ceph_conf() { CEPH_CONF_DIR='/etc/pve/ceph' UNIT='ceph-crash.service' - echo "" - if test ! -d "${CEPH_CONF_DIR}"; then mkdir -p "${CEPH_CONF_DIR}" fi @@ -97,8 +95,6 @@ update_ceph_conf() { if systemctl -q is-enabled "$UNIT" 2> /dev/null; then deb-systemd-invoke restart "$UNIT" || true fi - - echo "" } migrate_apt_auth_conf() {