Guest User

Untitled

a guest
Dec 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. echo "patching ${deployed.configurationFile}"
  2.  
  3. touch snippet.conf
  4. echo "${deployed.comment} ${deployed.beginMarkup}" >> snippet.conf
  5.  
  6. echo "aValue ${deployed.avalue}" >> snippet.conf
  7. echo "anotherValue ${deployed.anotherValue}" >> snippet.conf
  8.  
  9. echo "${deployed.comment} ${deployed.endMarkup}" >> snippet.conf
  10.  
  11. cat snippet.conf
  12.  
  13. cat snippet.conf >> ${deployed.configurationFile}
Add Comment
Please, Sign In to add comment