mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
parent
435d18ec5c
commit
6de85912ed
@ -71,7 +71,7 @@ int VariableGetCommand::Run(const boost::program_options::variables_map& vm, con
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (vm.count("current")) {
|
if (vm.count("current")) {
|
||||||
std::cout << ScriptVariable::Get(ap[0], &Empty);
|
std::cout << ScriptVariable::Get(ap[0], &Empty) << "\n";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user