mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Fix typo.
This commit is contained in:
parent
5df3b578dd
commit
9846078544
@ -19,12 +19,12 @@ function ksmurl2shortname ($ksmurl) {
|
||||
$ksms = otp2ksmurls ("ccccccccfnkjtvvijktfrvvginedlbvudjhjnggndtck", 16);
|
||||
$shortksms = array_map("ksmurl2shortname", $ksms);
|
||||
|
||||
if ($argc==2 && strcmp($argv[1], "autoconf")==0) {
|
||||
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {
|
||||
print "yes\n";
|
||||
exit 0;
|
||||
exit (0);
|
||||
}
|
||||
|
||||
if ($argc==2 && strcmp($argv[1], "config")==0) {
|
||||
if ($argc==2 && strcmp($argv[1], "config") == 0) {
|
||||
|
||||
echo "multigraph yk_latency\n";
|
||||
echo "graph_title KSM latency\n";
|
||||
@ -40,7 +40,7 @@ if ($argc==2 && strcmp($argv[1], "config")==0) {
|
||||
echo "${shortksm}_avgwait.draw LINE1\n";
|
||||
}
|
||||
|
||||
exit(0);
|
||||
exit (0);
|
||||
}
|
||||
|
||||
echo "multigraph diskstats_latency\n";
|
||||
|
Loading…
Reference in New Issue
Block a user