mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
Incorrect ticket number shouldn't cause "node wizard" to terminate
fixes #8125
This commit is contained in:
parent
ff3ee32d92
commit
0eb6e174c8
@ -295,7 +295,7 @@ wizard_ticket:
|
|||||||
Log(LogCritical, "cli")
|
Log(LogCritical, "cli")
|
||||||
<< "Failed to fetch signed certificate from master '" << master_host << ", "
|
<< "Failed to fetch signed certificate from master '" << master_host << ", "
|
||||||
<< master_port <<"'. Please try again.";
|
<< master_port <<"'. Please try again.";
|
||||||
return 1;
|
goto wizard_ticket;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix permissions (again) when updating the signed certificate */
|
/* fix permissions (again) when updating the signed certificate */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user