From 37fa291c7124597b3ba9a10df3916c7d455ef291 Mon Sep 17 00:00:00 2001 From: robocopAlpha Date: Sun, 18 Jul 2021 03:57:29 +0300 Subject: [PATCH] rename log file to avoid conflict while using tab to fill --- set_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_env.sh b/set_env.sh index 0843c93..9e9d7ad 100644 --- a/set_env.sh +++ b/set_env.sh @@ -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 \ No newline at end of file