diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-31 16:38:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | fcceaff50f2e18af7ac9a5ced207fab3c813362b (patch) | |
tree | b89701a8afbf9ca160e2259beadb36de4ae41a81 /debian/python3-django-ishtar.postinst | |
parent | 2b8b1ba48703ec9adb427900f979dca364be8da6 (diff) | |
download | Ishtar-fcceaff50f2e18af7ac9a5ced207fab3c813362b.tar.bz2 Ishtar-fcceaff50f2e18af7ac9a5ced207fab3c813362b.zip |
postinst: disable verbose
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 efef50835..dc43cb0ed 100644 --- a/debian/python3-django-ishtar.postinst +++ b/debian/python3-django-ishtar.postinst @@ -1,7 +1,7 @@ #!/bin/sh set -e -set -x +#set -x DATA_DIR=/srv/ishtar CONFIG_PATH=/etc/ishtar |