From ee0772bec2e346af5c73ee581300805779e84c8f Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 24 Feb 2016 15:07:41 +0100 Subject: [PATCH] izmjene u postinstu --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index db5d0e6..0d32437 100755 --- a/debian/postinst +++ b/debian/postinst @@ -70,9 +70,9 @@ fi update-monit.d || true # disable monit startup -cp_check_and_sed '^startup[[:space:]]*=[[:space:]]*1' \ +cp_check_and_sed '^startup[[:space:]]*=[[:space:]]*0' \ 's/^startup[[:space:]]*=.*/startup=1/g' /etc/default/monit || true -cp_check_and_sed '^START[[:space:]]*=[[:space:]]*yes' \ +cp_check_and_sed '^START[[:space:]]*=[[:space:]]*no' \ 's/^START[[:space:]]*=.*/START=yes/g' /etc/default/monit || true # remove us from systemv monit script -- 1.7.10.4