Skip to content

Commit

Permalink
fix install to use DK_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
Someguy123 committed Apr 8, 2020
1 parent 9604549 commit cc158ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,8 @@ install() {
sleep 2
msg yellow " -> Loading image from ${DK_TAG}"
docker pull "$DK_TAG"
msg green " -> Tagging as steem"
docker tag "$DK_TAG" steem
msg green " -> Tagging as ${DOCKER_IMAGE}"
docker tag "$DK_TAG" "${DOCKER_IMAGE}"
msg bold green " -> Installation completed. You may now configure or run the server"
}

Expand Down

0 comments on commit cc158ca

Please sign in to comment.