Browse Source

wait 7 seconds before updatedb

pull/240/head
Kyle Spearrin 8 years ago
parent
commit
e9d0f76795
  1. 1
      scripts/run.ps1
  2. 1
      scripts/run.sh

1
scripts/run.ps1

@ -106,5 +106,6 @@ elseif($update) { @@ -106,5 +106,6 @@ elseif($update) {
Docker-Compose-Down
Update
Restart
Start-Sleep -s 7
Update-Database
}

1
scripts/run.sh

@ -124,5 +124,6 @@ then @@ -124,5 +124,6 @@ then
dockerComposeDown
update
restart
sleep 7
updateDatabase
fi

Loading…
Cancel
Save