mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-20 04:14:58 +02:00
minor fixes
This commit is contained in:
parent
5b8a391f99
commit
f8ea92923a
@ -1290,16 +1290,16 @@ sub pandora_load_config {
|
|||||||
elsif ($parametro =~ m/^pandora_service_cmd\s(.*)/i) {
|
elsif ($parametro =~ m/^pandora_service_cmd\s(.*)/i) {
|
||||||
$pa_config->{'pandora_service_cmd'} = clean_blank($1);
|
$pa_config->{'pandora_service_cmd'} = clean_blank($1);
|
||||||
}
|
}
|
||||||
elsif ($parametro =~ m/^splitbrain_autofix\s(.*)/i) {
|
elsif ($parametro =~ m/^splitbrain_autofix\s+([0-9]*)/i) {
|
||||||
$pa_config->{'splitbrain_autofix'} = clean_blank($1);
|
$pa_config->{'splitbrain_autofix'} = clean_blank($1);
|
||||||
}
|
}
|
||||||
elsif ($parametro =~ m/^ha_max_resync_wait_retries\s(.*)/i) {
|
elsif ($parametro =~ m/^ha_max_resync_wait_retries\s+([0-9]*)/i) {
|
||||||
$pa_config->{'ha_max_resync_wait_retries'} = clean_blank($1);
|
$pa_config->{'ha_max_resync_wait_retries'} = clean_blank($1);
|
||||||
}
|
}
|
||||||
elsif ($parametro =~ m/^ha_resync_sleep\s(.*)/i) {
|
elsif ($parametro =~ m/^ha_resync_sleep\s+([0-9]*)/i) {
|
||||||
$pa_config->{'ha_resync_sleep'} = clean_blank($1);
|
$pa_config->{'ha_resync_sleep'} = clean_blank($1);
|
||||||
}
|
}
|
||||||
elsif ($parametro =~ m/^ha_max_splitbrain_retries\s(.*)/i) {
|
elsif ($parametro =~ m/^ha_max_splitbrain_retries\s+([0-9]*)/i) {
|
||||||
$pa_config->{'ha_max_splitbrain_retries'} = clean_blank($1);
|
$pa_config->{'ha_max_splitbrain_retries'} = clean_blank($1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user