Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Artjoms Faltins committed Oct 3, 2018
1 parent ca738b4 commit bd9dcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ temp="/tmp/ueot-install"
args="$*"

UEOT_HTTP_PORT="20080"
UEOT_VERSION="v1.4.0"
UEOT_VERSION="1.4.0"

USERNAME="ueot"
HOME_DIR="/home/${USERNAME}"
Expand Down Expand Up @@ -125,7 +125,7 @@ change_owner() {
}

write_metadata() {
echo "version=${UEOT_VERSION}" | tee ${HOME_DIR}/metadata
echo "version=v${UEOT_VERSION}" | tee ${HOME_DIR}/metadata
}

create_docker_compose_file() {
Expand Down

0 comments on commit bd9dcee

Please sign in to comment.