diff options
Diffstat (limited to 'debian/python3-django-ishtar.postinst')
-rw-r--r-- | debian/python3-django-ishtar.postinst | 2 |
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 |