Update 2_2__Script_Linode_Setup.stackscript

This commit is contained in:
Shannon Appelcline 2017-05-08 16:08:57 -07:00 committed by GitHub
parent 56015e34e6
commit cdc51eb7c4

View File

@ -23,7 +23,7 @@
# CURRENT BITCOIN RELEASE:
# Change as necessary
export BITCOIN=bitcoin-core-0.14.0
export BITCOIN=bitcoin-core-0.14.1
# Set the variable $IPADDR to the IP address the new Linode receives.
IPADDR=$(/sbin/ifconfig eth0 | awk '/inet / { print $2 }' | sed 's/addr://')