1
0
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:
2018-05-17 13:14:59 +00:00
parent 5272b3438a
commit ca0f919201
4 changed files with 10 additions and 5 deletions

View File

@@ -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))}')