Skip to content

Commit

Permalink
Match versions on MOTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Borgognon committed Mar 15, 2022
1 parent fe450bd commit 6774e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus-manager.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
MODT="Welcome to Prometheus manager v3.0.2!"
MOTD="Welcome to Prometheus manager v3.0.0!"

# Set default values
SYSTEM_ARCH=amd64 # -> can be changed by script argument -a arm64
Expand Down Expand Up @@ -1106,7 +1106,7 @@ function main() {
}


echo "$MODT"
echo "$MOTD"
check_root_rights
echo

Expand Down

0 comments on commit 6774e81

Please sign in to comment.