mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: bsd status (#284)
This commit is contained in:
@@ -206,7 +206,7 @@ enum StatusCmdType {
|
||||
|
||||
/// Cmds for linux server
|
||||
const _statusCmds = [
|
||||
'echo $linuxSign',
|
||||
'echo ${SystemType.linuxSign}',
|
||||
'date +%s',
|
||||
'cat /proc/net/dev',
|
||||
'cat /etc/*-release | grep PRETTY_NAME',
|
||||
@@ -240,7 +240,7 @@ enum BSDStatusCmdType {
|
||||
|
||||
/// Cmds for BSD server
|
||||
const _bsdStatusCmd = [
|
||||
'echo $bsdSign',
|
||||
'echo ${SystemType.bsdSign}',
|
||||
'date +%s',
|
||||
'netstat -ibn',
|
||||
'uname -or',
|
||||
|
||||
Reference in New Issue
Block a user