Fixed a typo.

This commit is contained in:
Junichi Satoh 2021-07-21 09:08:01 +09:00
parent b1ce3acd2f
commit 4784cab29d
1 changed files with 1 additions and 1 deletions
pandora_server/util

View File

@ -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";
}