From ad75879a24d5f23e473028818bd428859d890378 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 20 Jan 2020 06:29:39 +0500 Subject: [PATCH] removed python installation directory not needed for manual update. --- manual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.sh b/manual.sh index d41e63b..248943d 100644 --- a/manual.sh +++ b/manual.sh @@ -2,7 +2,7 @@ ( echo ============================= ; echo Auto Update; -/usr/bin/python3.6 ipupdate.py ; +python3 ipupdate.py ; TZ=Indian/Maldives date; (unset TZ); echo ============================= ) | tee -a ip.log