From 50c5ee321ecc43ce837d24474c5990c4ebfc2eaf Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 25 May 2019 02:25:47 -0600 Subject: [PATCH] remove useless info log line --- backup_new.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/backup_new.sh b/backup_new.sh index cb6e20e..d3280a8 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -302,8 +302,6 @@ fi ### read details file to get variables needed to dump sql and run borg -printf "${cyan}[%s] -- [INFO] Reading configuration details file --${norm}\n" \ - "$(stamp)" >> "$logFile" # check if config details file was provided as a relative or absolute path case "${configDetails}" in /*)