configure 230 B

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