summaryrefslogtreecommitdiff
path: root/btupdater
diff options
context:
space:
mode:
Diffstat (limited to 'btupdater')
-rwxr-xr-xbtupdater2
1 files changed, 1 insertions, 1 deletions
diff --git a/btupdater b/btupdater
index 5d4e747..737dbe8 100755
--- a/btupdater
+++ b/btupdater
@@ -72,7 +72,7 @@ echo "newest version is $newest_version"
## check if updated is needed
if [ "$current_version" == "$newest_version" ]
then
- echo "northstar is update to date."
+ echo "northstar is already up to date."
exit
## check if northstar is installed
elif [ "$current_version" == NULL ]