better status message
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
a01520cb50
commit
03e73522a3
@@ -116,14 +116,13 @@ ${akinit} --password-file=${objdir}/foopassword ${server}@${R} >/dev/null|| { ex
|
||||
echo "Checking for FAST avail"
|
||||
${aklist} --hidden | grep fast_avail > /dev/null || { exit 1; }
|
||||
|
||||
echo "Checking out with FAST armor ticket"
|
||||
echo "Getting client initial tickets with FAST armor ticket"
|
||||
${kinit} --fast-armor-cache=${acache} \
|
||||
--password-file=${objdir}/foopassword foo@$R || \
|
||||
{ ec=1 ; eval "${testfailed}"; }
|
||||
|
||||
|
||||
|
||||
|
||||
kinitpty=${objdir}/foopassword.rkpty
|
||||
cat > ${kinitpty} <<EOF
|
||||
expect Password
|
||||
|
Reference in New Issue
Block a user