mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed pandora_server execution error with wrong variable.
This commit is contained in:
parent
e8b00cf2f9
commit
376bbcde81
@ -513,7 +513,7 @@ sub main() {
|
|||||||
pandora_startup ();
|
pandora_startup ();
|
||||||
|
|
||||||
# Start thread to execute server tasks on the master server
|
# Start thread to execute server tasks on the master server
|
||||||
threads->create('pandora_server_tasks', (\%Config))->detach() if ($pa_config->{"pandora_master"} == 1);
|
threads->create('pandora_server_tasks', (\%Config))->detach() if ($Config{"master"} == 1);
|
||||||
|
|
||||||
# Generate 'going up' events
|
# Generate 'going up' events
|
||||||
foreach my $server (@Servers) {
|
foreach my $server (@Servers) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user