diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-31 16:38:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 18:05:36 +0100 |
commit | 5b09b1a4d832f498be562809f2584446bffbc7f9 (patch) | |
tree | 18c431b873bcae9c742f8932202ebeb0f1fd431b | |
parent | 0c4e7785eb1434e1d682b5ed2c376e10c68d237d (diff) | |
download | Ishtar-5b09b1a4d832f498be562809f2584446bffbc7f9.tar.bz2 Ishtar-5b09b1a4d832f498be562809f2584446bffbc7f9.zip |
postinst: disable verbose
-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 |