Skip to content

Commit e640cf3

Browse files
pichuangkansokusha
authored andcommitted
Remove useless \n
1 parent 9117c45 commit e640cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Test_Network {
8080
function Install_OpenNet {
8181

8282
cd $ANSIBLE_PATH
83-
echo "home_location: \"$OPENNET_PATH\"\n" >> group_vars/all
83+
echo "home_location: \"$OPENNET_PATH\"" >> group_vars/all
8484
ansible-playbook playbook.yml
8585

8686
}

0 commit comments

Comments
 (0)