mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
icinga2 feature *able: s/restart/reload/
This commit is contained in:
parent
461f908e52
commit
fce1de0ded
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ int FeatureUtility::EnableFeatures(const std::vector<std::string>& features)
|
|||
}
|
||||
|
||||
std::cout << "Enabling feature " << ConsoleColorTag(Console_ForegroundMagenta | Console_Bold) << feature
|
||||
<< ConsoleColorTag(Console_Normal) << ". Make sure to restart Icinga 2 for these changes to take effect.\n";
|
||||
<< ConsoleColorTag(Console_Normal) << ". Make sure to reload Icinga 2 for these changes to take effect.\n";
|
||||
|
||||
#ifndef _WIN32
|
||||
String relativeSource = "../features-available/" + feature + ".conf";
|
||||
|
|
@ -144,7 +144,7 @@ int FeatureUtility::DisableFeatures(const std::vector<std::string>& features)
|
|||
}
|
||||
|
||||
std::cout << "Disabling feature " << ConsoleColorTag(Console_ForegroundMagenta | Console_Bold) << feature
|
||||
<< ConsoleColorTag(Console_Normal) << ". Make sure to restart Icinga 2 for these changes to take effect.\n";
|
||||
<< ConsoleColorTag(Console_Normal) << ". Make sure to reload Icinga 2 for these changes to take effect.\n";
|
||||
}
|
||||
|
||||
if (!errors.empty()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue