Skip to content

Commit

Permalink
released version 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 27, 2021
1 parent b98f935 commit e113a92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ expose-to-the-light-web client

### Download installer

`curl -L -o install-web.sh https://www.dropbox.com/s/36hf1pvkjqdpdry/install-web.sh?dl=1`
`curl -L -o install-web.sh https://www.dropbox.com/s/xo7k57nnc21bbal/install-web.sh?dl=1`

### Install

Expand Down
2 changes: 1 addition & 1 deletion ettl-web
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -help
# ettl-web

artif="expose-to-the-light-web_2.13-0.1.21.jar"
artif="expose-to-the-light-web_2.13-0.1.22.jar"

echo "Starting application..."
java -jar "$artif" "$@"
8 changes: 4 additions & 4 deletions install-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ replace_string() {
sed -i '' -e "s/$placeholder/$ESCAPED_REPLACE/" "$file_name"
}

artifact_link="https://www.dropbox.com/s/us9x2s8osot5b7l/expose-to-the-light-web_2.13-0.1.21.jar?dl=1"
ettl_web_link="https://www.dropbox.com/s/4bvk9acmd1om9gm/ettl-web?dl=1"
artifact="expose-to-the-light-web_2.13-0.1.21.jar"
artifact_link="https://www.dropbox.com/s/aj2ksjgo4miijoc/expose-to-the-light-web_2.13-0.1.22.jar?dl=1"
ettl_web_link="https://www.dropbox.com/s/vot68m6nwbe8nz5/ettl-web?dl=1"
artifact="expose-to-the-light-web_2.13-0.1.22.jar"

echo "Creating app folder at /usr/local/opt/ettl"
sudo mkdir -p /usr/local/opt/ettl
Expand Down Expand Up @@ -113,4 +113,4 @@ fi
echo "Install is finished"

echo "ettl-web logs:"
journalctl -u ettl-web.service
journalctl -u ettl-web.service

0 comments on commit e113a92

Please sign in to comment.