fix countdown script issue

This commit is contained in:
xenia 2020-12-08 23:39:43 -05:00
parent e679ae62ec
commit 9475d06eba
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
export TZ="America/New_York" export TZ="America/New_York"
function init_day { function init_day {
day=$(($(date +%d))) day=$(($(date +%-d)))
if [ ! -f $day.rkt ]; then if [ ! -f $day.rkt ]; then
set -m set -m