WORKAN WOOOO
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
numlogs=2500
|
||||
tmp_log="./chrony_statistics.log"
|
||||
|
||||
sudo tail -n $numlogs /var/log/chrony/statistics.log > $tmp_log
|
||||
sudo chown $USER:$USER $tmp_log
|
||||
echo "$(wc -l $tmp_log) logs entered"
|
||||
python chrony_statistics.py
|
||||
rm -f $tmp_log
|
||||
Reference in New Issue
Block a user