Skip to content

Commit

Permalink
omg...
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkasemmler committed Oct 22, 2021
1 parent 741bf53 commit 51db232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/exasol/createDeleteServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ getDNS(){
waitForCreate(){
local runtime="30 minute"
local endtime=$(date -ud "$runtime" +%s)
# local newDbId=$(createDbWithId)
local newDbId="6wPo-tG2T4OP_1-dkd0iww"
local newDbId=$(createDbWithId)
# local newDbId="6wPo-tG2T4OP_1-dkd0iww"
while [[ $(date -u +%s) -le ${endtime} ]]
do
local status=$(getDbStatus $newDbId)
Expand Down

0 comments on commit 51db232

Please sign in to comment.