From e2bf69f8febd998a4328b202dff0d989593a7c26 Mon Sep 17 00:00:00 2001 From: Chester Bak Date: Tue, 23 Jul 2024 08:59:17 +0700 Subject: [PATCH] dashboard now calling getcron --- getcron | 2 +- web/dashboard.php | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/getcron b/getcron index 8e2e06a..95307b9 100755 --- a/getcron +++ b/getcron @@ -21,4 +21,4 @@ do [[ -z $1 || $user = $1 ]] && printf "%-20s %s\n" "$dt" $tag done |sort } -crondisplay 2>&1 |tee ./web/log.txt \ No newline at end of file +crondisplay 2>&1 |tee ./web/streams.txt \ No newline at end of file diff --git a/web/dashboard.php b/web/dashboard.php index aa518fc..6ca7b99 100755 --- a/web/dashboard.php +++ b/web/dashboard.php @@ -1,3 +1,8 @@