From 804ff747ae0e60f2dae31ae7dfe8c4ff1075ccd9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 30 Sep 2016 19:22:44 +0000 Subject: [PATCH] Fixed endpoint type. --- debian/glare-api.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/glare-api.postinst.in b/debian/glare-api.postinst.in index 13cf950..81cfb5f 100644 --- a/debian/glare-api.postinst.in +++ b/debian/glare-api.postinst.in @@ -6,7 +6,7 @@ set -e if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then . /usr/share/debconf/confmodule - pkgos_register_endpoint_postinst glare glare image "Glare Artifact Repository" 9494 "" + pkgos_register_endpoint_postinst glare glare artifact "Glare Artifact Repository" 9494 "" db_stop fi