[enh] Display command to add ip in /etc/hosts

This commit is contained in:
Zamentur aka ljf 2016-07-08 19:35:53 +02:00 committed by GitHub
parent 1809ef8545
commit e46be5f842

View file

@ -137,6 +137,7 @@ elif [ "$1" = "run" ]; then
# Warn user about hosts file
echo "/!\ Please add '$IP $DOMAIN' to your /etc/hosts file /!\\"
echo "sudo su -c \"echo '$IP $DOMAIN' >> /etc/hosts\" root"
echo ""
# Log into the VM