mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 15:27:46 +00:00
utils/package.sh: re-add random date
This commit is contained in:
parent
a8334ea0ae
commit
77d7f5003a
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ title "Windows folder check"
|
||||||
|
|
||||||
# Get random date for tar/zip
|
# Get random date for tar/zip
|
||||||
title "RNG Date"
|
title "RNG Date"
|
||||||
|
RNG=$((EPOCHSECONDS-RANDOM*4)); check "RNG ... $RNG"
|
||||||
DATE=$(date -d @${RNG}); check "DATE ... $DATE"
|
DATE=$(date -d @${RNG}); check "DATE ... $DATE"
|
||||||
|
|
||||||
# Tar Linux Bundle
|
# Tar Linux Bundle
|
||||||
|
|
Loading…
Reference in a new issue