Skip to content

Commit ce2c6bb

Browse files
committed
Fix home_location in install.sh
1 parent db366ed commit ce2c6bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ PYGCCXML_VERSION: 1.0.0
66
NETANIM_VERSION: 3.105
77
QUAGGA_VERSION: 0.99.24
88
temp_location: "/tmp"
9-
home_location: "/root/OpenNet"
9+
home_location: ""

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function Test_Network {
8282
function Install_OpenNet {
8383

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

8888
}

0 commit comments

Comments
 (0)