diff --git a/scripts/start.sh b/scripts/start.sh index 98ef30aa42d04d33f59f76f9294a65a02d42c03b..6ff1ae73f56546c9ed3962c9cef48c2aac8634b7 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -25,7 +25,7 @@ echo "We'll now modify your /etc/hosts to add the test application name" applications=( `cat $ROOT_DIR/SUPPORTED_APPLICATIONS` ) for application in "${applications[@]}" do - echo Writing $LABEL to /etc/hosts file, needs your root password: + echo Writing $application.test to /etc/hosts file, needs your root password: sudo -- sh -c "echo $IP $application.test >> /etc/hosts" done