mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
scripts: timeout can be too short, increase
This commit is contained in:
parent
2fa35c847c
commit
1ccf0e4a58
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PUBKEY=${1}
|
||||
PRIVKEY=${2}
|
||||
|
||||
read -t 2 SUM
|
||||
read -t 30 SUM
|
||||
[ -z "${SUM}" ] && exit 1
|
||||
echo SIGNATURE
|
||||
echo -n ${SUM} | openssl dgst -sign ${PRIVKEY} -sha256 -binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue