mirror of
https://github.com/galaxy-sea/AutoRedirector.git
synced 2025-06-21 02:10:16 +00:00
fix version
This commit is contained in:
parent
58c79f0eb3
commit
a86c489694
@ -4,12 +4,7 @@
|
||||
EXT_DIR=$(cd "$(dirname "$0")" && pwd)
|
||||
|
||||
# 生成 YYYY.MM.DD.HH.MM 格式的时间戳
|
||||
hour=$(date +%-H)
|
||||
if [ "$hour" -eq 0 ]; then
|
||||
VERSION=$(date +%y.%-m%d.%-H%M)
|
||||
else
|
||||
VERSION=$(date +%y.%-m%d.%-H%M)
|
||||
fi
|
||||
VERSION=$(date +%y.%-m%d.1%H%M)
|
||||
|
||||
|
||||
# 颜色输出
|
||||
|
Loading…
x
Reference in New Issue
Block a user