From: Ivan Rako Date: Mon, 29 Jun 2009 12:26:45 +0000 (+0200) Subject: http->https X-Git-Tag: debian/1.1.1-1~6 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ocsinventory-agent-cn.git;a=commitdiff_plain;h=f6ebe4cec6279433ee96e97ff0414dcc5b62d38b http->https --- diff --git a/debian/postinst b/debian/postinst index 31ed91a..c76937c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -11,7 +11,7 @@ set -e . /usr/share/debconf/confmodule ocsmethod="http" -ocsserver="inventory.CARNet.hr" +ocsserver="https://inventory.CARNet.hr/ocsinventory" db_get ocsinventory-agent/method || true method="$RET"