diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-17 09:32:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-17 09:32:03 +0000 |
commit | a0a85a013a52787647cb714e4951c43cba1b3c41 (patch) | |
tree | 7790aaf96f64e0751c5f28f52bd1526d9d466021 /scripts/testroot.sh | |
parent | 7b515b15407c6de017aa181da3648b261186ba93 (diff) |
First cut at CRL/manifest regeneration cron job
svn path=/scripts/README; revision=1312
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index ebc61d95..f3818496 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -67,6 +67,8 @@ python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-cer if test "$1" = "run" then + rm -rf publication + python testroot.py & testroot=$! python irdb.py & irdb=$! trap "kill $rpkid $irdb $testroot" 0 |