diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 05:43:10 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 05:43:10 (GMT) |
commit | 105a7f4ebcae4bd2fee13c5093239ada08696f79 (patch) | |
tree | 80239d7714c0abf3e0dfd0ddee40aecd5c06ba33 /abs/core-testing/LinHES-system | |
parent | b00220cfb9b2ec206b20abe15c01ad869afafbe3 (diff) | |
download | linhes_pkgbuild-105a7f4ebcae4bd2fee13c5093239ada08696f79.zip linhes_pkgbuild-105a7f4ebcae4bd2fee13c5093239ada08696f79.tar.gz linhes_pkgbuild-105a7f4ebcae4bd2fee13c5093239ada08696f79.tar.bz2 |
LinHES-system:Fix for myth_mtc.sh not running via cron.daily.
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-system/myth_mtc.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index 9bdb65a..55e294a 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=60 +pkgrel=61 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin diff --git a/abs/core-testing/LinHES-system/myth_mtc.sh b/abs/core-testing/LinHES-system/myth_mtc.sh index fc81254..89ed37d 100755 --- a/abs/core-testing/LinHES-system/myth_mtc.sh +++ b/abs/core-testing/LinHES-system/myth_mtc.sh @@ -1,6 +1,7 @@ #!/bin/bash . /etc/profile date=`date +%Y-%m-%d` +mkdir /var/log/$date myth_mtc.py > /var/log/$date/myth_mtc.log if [ $? = 0 ] then |