From ee6100adad5b554c7d009318e26b01bfb52211e0 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 20 Jan 2020 06:22:28 +0500 Subject: [PATCH] added logging to ip.log --- auto.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/auto.sh b/auto.sh index a193012..d41e63b 100644 --- a/auto.sh +++ b/auto.sh @@ -1,5 +1,8 @@ +#!/bin/bash +( echo ============================= ; echo Auto Update; -python3 ipupdate.py ; +/usr/bin/python3.6 ipupdate.py ; TZ=Indian/Maldives date; (unset TZ); echo ============================= +) | tee -a ip.log