From 22fbb7735ac480d4af5bce02d84b7761e9327cd7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Apr 2020 18:15:24 +0200 Subject: Debian: fix bad link and bad dir init --- debian/python3-django-ishtar.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/python3-django-ishtar.postinst') diff --git a/debian/python3-django-ishtar.postinst b/debian/python3-django-ishtar.postinst index 6dd3f99a0..40e77e791 100644 --- a/debian/python3-django-ishtar.postinst +++ b/debian/python3-django-ishtar.postinst @@ -26,7 +26,7 @@ INSTANCES_FILE=$CONFIG_PATH/instances case "$1" in configure) - mkdir -p $CONFIG_PATH + mkdir -p $CONFIG_PATH 2> /dev/null if [ ! -f $CONFIG_PATH/config ]; then cp /usr/share/python3-django-ishtar/install/config.template $CONFIG_PATH/config ; fi -- cgit v1.2.3