From f3ef2c36e36c978a694e498280cfb944feb529ae Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 20 Jan 2020 06:24:41 +0500 Subject: [PATCH] logging now included in bash scrip --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fe0173..0004def 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ chmod +x manual.sh chmod +x auto.sh ``` -set a chronjob for `./auto.sh | tee -a ip.log` for automatic update -`./manual.sh | tee -a ip.log` if you needed to trigger update manually +set a chronjob for `./auto.sh` for automatic update +`./manual.sh` if you needed to trigger update manually + + The bash scripts have timezone set to Maldives, change it if you needed to log another timezone\ [List of tz database time zones - WiKi](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)