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:
parent
b7a4f1e18a
commit
91bf77ac9e
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user