2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-27 23:25:45 +03:00

appversion.sh fix typo day formatting

This commit is contained in:
s1lentq 2021-03-23 17:08:58 +07:00
parent b7a4f1e18a
commit 91bf77ac9e

View File

@ -118,7 +118,7 @@ init()
update_appversion()
{
day=$(date +%m)
day=$(date +%d)
year=$(date +%Y)
hours=$(date +%H:%M:%S)
month=$(LANG=en_us_88591; date +"%b")