From 8f1968f0029763449b33abd87609228e8c02aecf Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Wed, 11 Mar 2015 13:34:57 +0000 Subject: [PATCH] Fixes #51 --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index 98ef30a..6ff1ae7 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 -- GitLab