Guest User

Untitled

a guest
Jun 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if [ docker ps | grep sandbox-hdp ]; then
  2. echo "hdp" > sandbox-flavor
  3. elif [ docker ps | grep sandbox-hdf]; then
  4. echo "hdf" > sandbox-flavor
  5. fi
Add Comment
Please, Sign In to add comment