wekan/snap/hooks/configure
Ondrej Kubik 3665a9131c splitting hooks and using snapctl instead of local settings file
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
2018-02-21 22:29:23 +00:00

10 lines
230 B
Bash
Executable file

#!/bin/bash
exec >> $SNAP_COMMON/hook.log 2>&1
echo "$(date '+%Y-%m-%d %H:%M:%S') $0: Entering hook"
# read wekan config
. $SNAP/bin/config
# settings were altered by user, safest way to get them applied is to restart service