blob: 60ce81e88182d43da720e957f3ab909ed905d4a9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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
|