Fix syntax error
Change-Id: Id8028c0f92aa722344e6d4f157c1735a0af96bec
Signed-off-by: Lon Hohberger <lhh@redhat.com>
(cherry picked from commit dbf0e083be
)
This commit is contained in:
parent
e28eccabdb
commit
637c8ce968
@ -54,6 +54,7 @@ function workflow_finished {
|
|||||||
done
|
done
|
||||||
echo "Workflow $execution_id did not finish after $ENABLE_SSH_ADMIN_TIMEOUT seconds."
|
echo "Workflow $execution_id did not finish after $ENABLE_SSH_ADMIN_TIMEOUT seconds."
|
||||||
return 1
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
function generate_short_term_keys {
|
function generate_short_term_keys {
|
||||||
local tmpdir=$(mktemp -d)
|
local tmpdir=$(mktemp -d)
|
||||||
|
Loading…
Reference in New Issue
Block a user