Skip to content

Commit

Permalink
Fix home_location in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kansokusha committed Oct 10, 2016
1 parent db366ed commit ce2c6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PYGCCXML_VERSION: 1.0.0
NETANIM_VERSION: 3.105
QUAGGA_VERSION: 0.99.24
temp_location: "/tmp"
home_location: "/root/OpenNet"
home_location: ""
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Test_Network {
function Install_OpenNet {

cd $ANSIBLE_PATH
sed -e "s|home_location: \"\"|home_location: \"$OPENNET_PATH\"|" -i group_vars/all
sed -e "s|home_location: \"*.*\"|home_location: \"$OPENNET_PATH\"|" -i group_vars/all
ansible-playbook playbook.yml

}
Expand Down

0 comments on commit ce2c6bb

Please sign in to comment.