Skip to content

Commit

Permalink
Update masternode.sh to V1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MNPJason committed Feb 21, 2019
1 parent a67c4f0 commit 268c192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/masternode.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PACKAGE='mnpcoin-v1.2.3.tar.gz'
VERSION='v1.2.3'
PACKAGE='mnpcoin-v1.2.4.tar.gz'
VERSION='v1.2.4'

system_motd() {
clear
Expand All @@ -21,7 +21,7 @@ system_motd() {
echo " ██║ ╚═╝ ██║██║ ╚═██║██║ ╚██████╗╚██████╔╝██║██║ ╚═██║ "
echo " ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚═╝ ╚═╝ "
echo ""
echo "Updated: 2/12/2019 By: MNP_Jason"
echo "Updated: 2/21/2019 By: MNP_Jason"
echo && echo && echo
sleep 2
}
Expand Down

0 comments on commit 268c192

Please sign in to comment.