summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/systemconfig.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-01-27 23:18:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-01-27 23:18:48 (GMT)
commit25f82f1b4e4bfe4e68f84a0332942b850b4aef3f (patch)
tree1917190e6023942f94d529f78eb77b22ef84b771 /abs/core/LinHES-config/systemconfig.sh
parentbbf5814ec32ac78552bec7a9033d76277245472e (diff)
downloadlinhes_pkgbuild-25f82f1b4e4bfe4e68f84a0332942b850b4aef3f.zip
linhes_pkgbuild-25f82f1b4e4bfe4e68f84a0332942b850b4aef3f.tar.gz
linhes_pkgbuild-25f82f1b4e4bfe4e68f84a0332942b850b4aef3f.tar.bz2
systemconfig.py: add end debug logging
Diffstat (limited to 'abs/core/LinHES-config/systemconfig.sh')
-rwxr-xr-xabs/core/LinHES-config/systemconfig.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/abs/core/LinHES-config/systemconfig.sh b/abs/core/LinHES-config/systemconfig.sh
index 76194dd..8e79f75 100755
--- a/abs/core/LinHES-config/systemconfig.sh
+++ b/abs/core/LinHES-config/systemconfig.sh
@@ -4,6 +4,7 @@
#Any changes made to config files will be removed when systemconfig.sh is run
#
#JM
+MYTH_RUN_STATUS="1"
echo $@ >/tmp/systemconfig.call
echo "----------------------start of systemconfig $@ ----------------------"
. /etc/profile
@@ -23,8 +24,5 @@ postfix=`cat ${BASE}/usr/local/share/mythtv/.releasetype`
systemconfig.py -m $@
rc=$?
-echo "systemconfig.py exit code $rc"
+echo "systemconfig.py exit code $rc" | tee -a /tmp/systemconfig.call
exit $rc
-
-
-