fix countdown script issue
This commit is contained in:
parent
e679ae62ec
commit
9475d06eba
|
@ -5,7 +5,7 @@
|
|||
export TZ="America/New_York"
|
||||
|
||||
function init_day {
|
||||
day=$(($(date +%d)))
|
||||
day=$(($(date +%-d)))
|
||||
|
||||
if [ ! -f $day.rkt ]; then
|
||||
set -m
|
||||
|
|
Loading…
Reference in New Issue