debug: check network

This commit is contained in:
Jose Diaz-Gonzalez
2021-03-22 04:14:09 -04:00
parent 62ef52a4cd
commit 3b655fb6a1

View File

@@ -2,6 +2,9 @@
set -eo pipefail
set -x
echo "=====> ifconfig"
ifconfig
echo "=====> set hostname"
hostname
internal_ip="$(ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}')"