mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 06:27:20 +00:00
postinst: remove blank lines
it looks confusing in `apt ..` output Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
59dd868c1f
commit
85c14e2826
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -84,8 +84,6 @@ update_ceph_conf() {
|
|||||||
CEPH_CONF_DIR='/etc/pve/ceph'
|
CEPH_CONF_DIR='/etc/pve/ceph'
|
||||||
UNIT='ceph-crash.service'
|
UNIT='ceph-crash.service'
|
||||||
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
if test ! -d "${CEPH_CONF_DIR}"; then
|
if test ! -d "${CEPH_CONF_DIR}"; then
|
||||||
mkdir -p "${CEPH_CONF_DIR}"
|
mkdir -p "${CEPH_CONF_DIR}"
|
||||||
fi
|
fi
|
||||||
@ -97,8 +95,6 @@ update_ceph_conf() {
|
|||||||
if systemctl -q is-enabled "$UNIT" 2> /dev/null; then
|
if systemctl -q is-enabled "$UNIT" 2> /dev/null; then
|
||||||
deb-systemd-invoke restart "$UNIT" || true
|
deb-systemd-invoke restart "$UNIT" || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
migrate_apt_auth_conf() {
|
migrate_apt_auth_conf() {
|
||||||
|
Loading…
Reference in New Issue
Block a user