mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
enabling verbose logging from configure hook
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
9c9694bcd1
commit
ff320f7b3a
1 changed files with 2 additions and 0 deletions
2
snap/hooks/configure
vendored
2
snap/hooks/configure
vendored
|
@ -3,6 +3,8 @@
|
||||||
exec >> $SNAP_COMMON/hook.log 2>&1
|
exec >> $SNAP_COMMON/hook.log 2>&1
|
||||||
echo "$(date '+%Y-%m-%d %H:%M:%S') $0: Entering hook"
|
echo "$(date '+%Y-%m-%d %H:%M:%S') $0: Entering hook"
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
# read wekan config
|
# read wekan config
|
||||||
. $SNAP/bin/config
|
. $SNAP/bin/config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue