added logging to ip.log

This commit is contained in:
Shihaam Abdul Rahman
2020-01-20 06:23:43 +05:00
committed by GitHub
parent ee6100adad
commit 3ece8c72b7

View File

@@ -1,5 +1,8 @@
#!/bin/bash
(
echo ============================= ;
echo Manual Update;
python3 ipupdate.py ;
echo Auto Update;
/usr/bin/python3.6 ipupdate.py ;
TZ=Indian/Maldives date; (unset TZ);
echo =============================
) | tee -a ip.log