prva verzija za stretch
[ocsinventory-agent-cn.git] / debian / postinst
index 044b69b..ac2dca4 100755 (executable)
@@ -11,7 +11,7 @@ set -e
 . /usr/share/debconf/confmodule
 
 ocsmethod="http"
-ocsserver="https://inventory.CARNet.hr/ocsinventory"
+ocsserver="https://inventory.carnet.hr/ocsinventory"
 
 db_get ocsinventory-agent/method || true
 method="$RET"
@@ -40,3 +40,5 @@ fi
 if ! grep -q ^server= /etc/ocsinventory/ocsinventory-agent.cfg; then
   echo "server=$ocsserver" >> /etc/ocsinventory/ocsinventory-agent.cfg
 fi
+
+#DEBHELPER#