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 @@