mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-09 15:01:05 +00:00
builder: Better keystore persistence
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Randomize restart time
|
||||
OFFSET=$(awk -v min=1 -v max=59 'BEGIN{srand(); print int(min+rand()*(max-min+1))}')
|
||||
|
||||
|
Reference in New Issue
Block a user