mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04: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
|
||||
echo "$(date '+%Y-%m-%d %H:%M:%S') $0: Entering hook"
|
||||
|
||||
set -x
|
||||
|
||||
# read wekan config
|
||||
. $SNAP/bin/config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue