111
This commit is contained in:
@@ -36,7 +36,7 @@ abstract class Server
|
|||||||
if (Kiri::getPlatform()->isMac()) {
|
if (Kiri::getPlatform()->isMac()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$name = Config::get('id', 'system-service');
|
$name = '[' . Config::get('id', 'system-service') . ']';
|
||||||
if (!empty($prefix)) {
|
if (!empty($prefix)) {
|
||||||
$name .= '.' . $prefix;
|
$name .= '.' . $prefix;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user