mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
modified update notification
Slightly changed the notation of the local/latest version to simplify the visual impression. But it's a matter of taste.
This commit is contained in:
parent
8ecc354663
commit
24d82d74b3
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ progress_bar() {
|
|||
}
|
||||
|
||||
### Version check & initiate self update
|
||||
[[ "$VERSION" != "$LatestRelease" ]] && { printf "New version available! Local: %s - Latest: %s \n Change Notes: %s \n" "$VERSION" "$LatestRelease" "$LatestChanges" ; [[ -z "$AutoUp" ]] && self_update_select ; }
|
||||
[[ "$VERSION" != "$LatestRelease" ]] && { printf "New version available! %s ⇒ %s \n Change Notes: %s \n" "$VERSION" "$LatestRelease" "$LatestChanges" ; [[ -z "$AutoUp" ]] && self_update_select ; }
|
||||
|
||||
### Set $1 to a variable for name filtering later.
|
||||
SearchName="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue