1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-01-21 22:52:10 +01:00

spec error.log and access.log

This commit is contained in:
Klas Lindfors 2013-11-06 15:18:05 +01:00
parent 00d5985854
commit 27438974f6

View File

@ -50,7 +50,7 @@ set +e
curl --silent http://localhost/wsapi/decrypt?otp=idkfefrdhtrutjduvtcjbfeuvhehdvjjlbchtlenfgku | grep -q "^OK counter=0001 low=8d40 high=0f use=00"
if [ $? != 0 ]; then
sudo tail /var/log/apache2/* /var/log/auth.log
sudo tail /var/log/apache2/error.log /var/log/apache2/access.log /var/log/auth.log
exit 1
else
echo "Success!"