Prva verzija za buster.
[ocsinventory-agent-cn.git] / debian / postinst
index ed61cd0..1361178 100755 (executable)
@@ -5,13 +5,14 @@ set -e
 [ "$1" = "configure" ] || exit 0
 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
-# Load CARNet Tools
+# Load CARNET Tools
 . /usr/share/carnet-tools/functions.sh
+
 # Load Debconf
 . /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"