post-refresh 200 B

12345678
  1. #!/usr/bin/env bash
  2. source "${SNAP}/init"
  3. logger "Running post-refresh ${SNAP_NAME} (uuid: ${UUID})"
  4. logger "Running config test"
  5. set -e
  6. $SNAP/bin/hass --script check_config --config "${SNAP_DATA}"