Force a tty for sudo in get-occ-config.sh
authorJames Slagle <jslagle@redhat.com>
Tue, 26 Jul 2016 11:41:00 +0000 (07:41 -0400)
committerJames Slagle <jslagle@redhat.com>
Tue, 26 Jul 2016 11:41:00 +0000 (07:41 -0400)
commitfc93cf3e2965f430b243eda1e95ce30c4e59a1ab
tree213cec8909b08b6f180ad441046eac981235965f
parentf4b28ccfa1bd0e70ba10822c2b2f65bf03b43fbd
Force a tty for sudo in get-occ-config.sh

This script will sometimes fail with "you must have a tty to run sudo"
depending on how it was executed. Add -tt to the $SSH_OPTIONS to always
force a tty.

Change-Id: Ic1144b9ba90d4af35db826a78e637da965569841
Closes-Bug: #1606544
deployed-server/scripts/get-occ-config.sh