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