7
7
# ╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
8
8
# ╚╗ @marsmensch 2016-2017 ╔╝
9
9
#
10
- # version v0.8.2
11
- # date 2017-12-07
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.2 "
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
@@ -548,6 +548,9 @@ function final_call() {
548
548
echo " Add your masternode private keys now."
549
549
echo " eg in /etc/masternodes/${CODENAME} _n1.conf"
550
550
echo " "
551
+ echo " => All configuration files are in: ${MNODE_CONF_BASE} "
552
+ echo " => All Data directories are in: ${MNODE_DATA_BASE} "
553
+ echo " "
551
554
echo " last but not least, run /usr/local/bin/activate_masternodes_${CODENAME} as root to activate your nodes."
552
555
553
556
# place future helper script accordingly
0 commit comments