File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# ╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
8
8
# ╚╗ @marsmensch 2016-2017 ╔╝
9
9
#
10
- # version v0.8.3
11
- # date 2017-12-30
10
+ # version v0.8.4
11
+ # date 2018-01-16
12
12
#
13
13
# function: part of the masternode scripts, source the proper config file
14
14
#
@@ -30,7 +30,7 @@ declare -r CRYPTOS=`ls -l config/ | egrep '^d' | awk '{print $9}' | xargs echo -
30
30
declare -r DATE_STAMP=" $( date +%y-%m-%d-%s) "
31
31
declare -r SCRIPTPATH=$( cd $( dirname ${BASH_SOURCE[0]} ) > /dev/null; pwd -P )
32
32
declare -r MASTERPATH=" $( dirname " ${SCRIPTPATH} " ) "
33
- declare -r SCRIPT_VERSION=" v0.8.3 "
33
+ declare -r SCRIPT_VERSION=" v0.8.4 "
34
34
declare -r SCRIPT_LOGFILE=" /tmp/nodemaster_${DATE_STAMP} _out.log"
35
35
declare -r IPV4_DOC_LINK=" https://www.vultr.com/docs/add-secondary-ipv4-address"
36
36
@@ -42,7 +42,7 @@ cat << "EOF"
42
42
██║╚██╗██║██║ ██║██║ ██║██╔══╝ ██║╚██╔╝██║██╔══██║╚════██║ ██║ ██╔══╝ ██╔══██╗
43
43
██║ ╚████║╚██████╔╝██████╔╝███████╗██║ ╚═╝ ██║██║ ██║███████║ ██║ ███████╗██║ ██║
44
44
╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
45
- ╚╗ @marsmensch 2016-2017 ╔╝
45
+ ╚╗ @marsmensch 2016-2018 ╔╝
46
46
EOF
47
47
}
48
48
You can’t perform that action at this time.
0 commit comments