#!/bin/bash
#
# This shell script is a work-around for the fact that "su -c [command]" does
# not function correctly on this system; a command that contains spaces does
# not work (everything after the first space is ignored).  So...
# /opt/ccfw/native/runAsRoot/runPedbg executes this script after switching to
# the hscpe user to get pedbg output for the Transmit Service Data task in
# Service Agent.

/usr/hmcrbin/pedbg -c </opt/ccfw/data/p/sa/pedbgAnswers
