fix countdown script issue
This commit is contained in:
parent
e679ae62ec
commit
9475d06eba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue