Merge branch '2.5.x' into 2.5.x-saas
This commit is contained in:
commit
ed78625fce
5 changed files with 100 additions and 89 deletions
|
@ -221,10 +221,7 @@ class AirtimeCheck {
|
|||
}
|
||||
|
||||
public static function show_log_file($log) {
|
||||
exec("tail -5 $log", $output);
|
||||
self::output_comment("Displaying log file $log");
|
||||
self::output_comment($output);
|
||||
self::output_comment("");
|
||||
self::output_comment("Check the log file $log");
|
||||
self::output_comment("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue