mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-01-22 07:52:14 +01:00
spec error.log and access.log
This commit is contained in:
parent
00d5985854
commit
27438974f6
@ -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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user