Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if [ "$from_snapshot" -eq "Y" ]
  2. then
  3. echo "Enter Snapshot ID: "
  4. read -r snapshot_id
  5. elif "$from_snapshot" -eq "y"
  6. echo "Enter Snapshot ID: "
  7. read -r snapshot_id
  8. else
  9. echo "No Snapshot Required"
  10. fi
Add Comment
Please, Sign In to add comment