From 4784cab29d3319562a2cc88448ce5533e6fc53d0 Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Wed, 21 Jul 2021 09:08:01 +0900 Subject: [PATCH] Fixed a typo. --- pandora_server/util/pandora_ha.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/util/pandora_ha.pl b/pandora_server/util/pandora_ha.pl index add3f0d27a..e9631d66c5 100755 --- a/pandora_server/util/pandora_ha.pl +++ b/pandora_server/util/pandora_ha.pl @@ -181,7 +181,7 @@ sub ha_keep_pandora_running($$) { $Pandora_Service = $conf->{'pandora_service_cmd'}; # Check if service is running - $control_command = "stauts-server"; + $control_command = "status-server"; if ($OSNAME eq "freebsd") { $control_command = "status_server"; }