mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Enable debugging support to debian preinst hook
It is now possible to turn on debugging during an apt-get run by using `TRACE=1`
This commit is contained in:
4
debian/preinst
vendored
4
debian/preinst
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
#!/bin/bash
|
||||
set -eo pipefail; [[ $TRACE ]] && set -x
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user