#!/bin/sh
# DF-2797 run -- standalone triggers (root not required)
cd "$(dirname "$0")"
./trigger_domain 2>&1 | grep -v '^ALIST'
