Skip to content
Snippets Groups Projects
Unverified Commit c761ffe8 authored by Max Adamo's avatar Max Adamo
Browse files

minor

parent 82cb7321
Branches devel
Tags
No related merge requests found
...@@ -46,9 +46,9 @@ check_version() { ...@@ -46,9 +46,9 @@ check_version() {
REMOTE_VERSION=$(curl -s $METADATA_URL | jq -j .properties.version[0]) REMOTE_VERSION=$(curl -s $METADATA_URL | jq -j .properties.version[0])
if [[ $PROG_VERSION != $REMOTE_VERSION ]]; then if [[ $PROG_VERSION != $REMOTE_VERSION ]]; then
echo "" echo ""
echo "you are running version ${PROG_VERSION}" echo "you are running $(basename $0) ${PROG_VERSION}"
echo "version $REMOTE_VERSION is available" echo "$(basename $0) $REMOTE_VERSION is available"
echo "in order to fetch and install the new version you can use the option: --update" echo "to install the new version you can run: $(basename $0) --update"
echo "" echo ""
else else
if [[ -n $CHECK ]]; then if [[ -n $CHECK ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment