summaryrefslogtreecommitdiff
path: root/debian/python3-django-ishtar.postinst
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-04-30 18:15:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-04 18:49:51 +0100
commite513a77df0ff2d921333254ebe7bb4706e5fc773 (patch)
tree04de0cc6623395b82bf7e0089d1c88ddb4bd5be0 /debian/python3-django-ishtar.postinst
parent4adb5e070672fdd1230b2f8a4d120e3751ddb32c (diff)
downloadIshtar-e513a77df0ff2d921333254ebe7bb4706e5fc773.tar.bz2
Ishtar-e513a77df0ff2d921333254ebe7bb4706e5fc773.zip
Debian: fix bad link and bad dir init
Diffstat (limited to 'debian/python3-django-ishtar.postinst')
-rw-r--r--debian/python3-django-ishtar.postinst2
1 files changed, 1 insertions, 1 deletions
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