Skip to content

Commit 15b56ca

Browse files
Update agentAutoUpdate.sh
1 parent 74ecf33 commit 15b56ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OracleIdentityGovernance/samples/scripts/agentAutoUpdate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ agentVersion=$(unzip -q -c "$1"/data/agent/agent-lcm/idm-agcs-agent-lcm.jar MET
3030

3131
# shellcheck disable=SC3028,SC3007
3232
r=$[ $RANDOM % 121 ]
33+
# shellcheck disable=SC3007
3334
sleep $[r]
3435

3536
if [ -f "$1"/cacerts ]

0 commit comments

Comments
 (0)