Fix typos in bandersnatch afs mirror script
Change-Id: I457890ab04536b86be378f394fe9c3922f274b0d
This commit is contained in:
parent
a48642c254
commit
afbc2f11c7
@ -19,9 +19,9 @@ k5start -t -f /etc/bandersnatch.keytab service/bandersnatch -- timeout -k 2m 30m
|
|||||||
|
|
||||||
RET=$?
|
RET=$?
|
||||||
|
|
||||||
if [ $RET ]; then
|
if [ $RET -eq 0 ]; then
|
||||||
echo "Bandersnatch completed successfully, running vos release."
|
echo "Bandersnatch completed successfully, running vos release."
|
||||||
k5start -t -f /etc/afsadmin.keytab service/afsafdmin -- vos release mirror.pypi
|
k5start -t -f /etc/afsadmin.keytab service/afsadmin -- vos release mirror.pypi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user