Skip to content

Commit 256db9b

Browse files
committed
support Ubuntu
1 parent 0e4baa6 commit 256db9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/ServerStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function handle()
8686
stdLog()->info("please install `yum install htop -y` or `apt install htop -y`");
8787
// passthru("top -p $pids");
8888
} else {
89-
passthru("sudo htop -p $pids"); // Ubuntu not support -t
89+
passthru("sudo htop -p $pids"); // Ubuntu not support -t
9090
}
9191
}
9292

0 commit comments

Comments
 (0)