added logging to ip.log

This commit is contained in:
Shihaam Abdul Rahman 2020-01-20 06:22:28 +05:00 committed by GitHub
parent d52d15b138
commit ee6100adad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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