2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-08 18:40:06 +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() update_appversion()
{ {
day=$(date +%m) day=$(date +%d)
year=$(date +%Y) year=$(date +%Y)
hours=$(date +%H:%M:%S) hours=$(date +%H:%M:%S)
month=$(LANG=en_us_88591; date +"%b") month=$(LANG=en_us_88591; date +"%b")