We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ecf33 commit 15b56caCopy full SHA for 15b56ca
OracleIdentityGovernance/samples/scripts/agentAutoUpdate.sh
@@ -30,6 +30,7 @@ agentVersion=$(unzip -q -c "$1"/data/agent/agent-lcm/idm-agcs-agent-lcm.jar MET
30
31
# shellcheck disable=SC3028,SC3007
32
r=$[ $RANDOM % 121 ]
33
+# shellcheck disable=SC3007
34
sleep $[r]
35
36
if [ -f "$1"/cacerts ]
0 commit comments