Skip to content

Commit

Permalink
Update update-tailscale.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Admonstrator committed Jun 9, 2024
1 parent e322792 commit 0752fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update-tailscale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Author: Admon
# Contributor: lwbt
# Date: 2024-01-24
SCRIPT_VERSION="2024.06.09.03"
SCRIPT_VERSION="2024.06.09.04"
SCRIPT_NAME="update-tailscale.sh"
UPDATE_URL="https://raw.githubusercontent.com/Admonstrator/glinet-tailscale-updater/main/update-tailscale.sh"
TAILSCALE_TINY_URL="https://github.com/Admonstrator/glinet-tailscale-updater/releases/latest/download/"
Expand Down Expand Up @@ -127,7 +127,7 @@ get_latest_tailscale_version_tiny() {
fi
TAILSCALE_VERSION_OLD="$(tailscale --version | head -1)"
if [ "$TAILSCALE_VERSION_NEW" == "$TAILSCALE_VERSION_OLD" ]; then
log "INFO" "You already have the latest version."
log "SUCCESS" "You already have the latest version."
exit 0
fi
log "INFO" "The latest tailscale version is: $TAILSCALE_VERSION_NEW"
Expand Down Expand Up @@ -165,7 +165,7 @@ get_latest_tailscale_version() {
fi
TAILSCALE_VERSION_OLD="$(tailscale --version | head -1)"
if [ "$TAILSCALE_VERSION_NEW" == "$TAILSCALE_VERSION_OLD" ]; then
log "INFO" "You already have the latest version."
log "SUCCESS" "You already have the latest version."
exit 0
fi
log "INFO" "The latest tailscale version is: $TAILSCALE_VERSION_NEW"
Expand Down

0 comments on commit 0752fc7

Please sign in to comment.