1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-26 21:54:16 +01:00
- add newline for munin error message.
This commit is contained in:
Jean Paul Galea 2015-09-09 09:55:21 +02:00
parent 5381074a73
commit 88707ec442

View File

@ -54,7 +54,7 @@ if ($argc == 2 && strcmp($argv[1], 'autoconf') == 0)
if (($endpoints = endpoints($urls)) === FALSE) if (($endpoints = endpoints($urls)) === FALSE)
{ {
echo "Cannot parse URLs from sync pool list"; echo "Cannot parse URLs from sync pool list\n";
exit(1); exit(1);
} }