Move DH record from TR_GSSC_INSTANCE to TIDC_INSTANCE, where it belongs
[trust_router.git] / redhat / tidc-wrapper
1 #! /usr/bin/env bash
2
3 tidc "$@"  > /dev/null 2>&1
4 exit "${?}"