rename log file to avoid conflict while using tab to fill

This commit is contained in:
robocopAlpha 2021-07-18 03:57:29 +03:00
parent 4fe4ea2a96
commit 37fa291c71

View file

@ -49,7 +49,7 @@ fi
WRK_DIR=${HOME_DIR}/pihole_lists
LOGFILE="${WRK_DIR}/pull.log"
LOGFILE="${WRK_DIR}/buildList.log"
if [ ! -f "$LOGFILE" ] ; then
touch "$LOGFILE"
fi