X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=home%2Flib%2Flogin_functions.sh;h=01e0ffa63d71c1de5b0de37c1b813c8b1e899be3;hp=cae7b990afcd3791903426b51e8d65b1cd4acb6b;hb=773a0061dccdd6763fbff37335038aa636960add;hpb=9458e7a9d5db4b127c550c00d729baae76068d74 diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index cae7b99..01e0ffa 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -334,7 +334,7 @@ EOF work_log() { mkdir -p "$DIR_WORK_LOG" - local -r file_work_log_today="${DIR_WORK_LOG}/$(date +%F).md" + local -r file_work_log_today="${DIR_WORK_LOG}/daily-$(date +%F).md" if [ ! -f "$file_work_log_today" ] then work_log_template > "$file_work_log_today"