Skip to content
Snippets Groups Projects
Commit 8f1968f0 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes #51

parent a2ffe2d9
No related branches found
No related tags found
Loading
...@@ -25,7 +25,7 @@ echo "We'll now modify your /etc/hosts to add the test application name" ...@@ -25,7 +25,7 @@ echo "We'll now modify your /etc/hosts to add the test application name"
applications=( `cat $ROOT_DIR/SUPPORTED_APPLICATIONS` ) applications=( `cat $ROOT_DIR/SUPPORTED_APPLICATIONS` )
for application in "${applications[@]}" for application in "${applications[@]}"
do 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" sudo -- sh -c "echo $IP $application.test >> /etc/hosts"
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment