Ignore deactivate not existing error
Change-Id: Iba7c20e06061e8377815cff6e5c04704dd437c85
This commit is contained in:
parent
efad11621a
commit
b6bf88b7d9
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Check if embedded ansible is already activated. If it is active, deactivate it.
|
||||
alias deactivate &> /dev/null && deactivate
|
||||
(alias deactivate &> /dev/null && deactivate) || true
|
||||
|
||||
export OPTS=()
|
||||
export CLONE_DIR="$(dirname $(readlink -f ${BASH_SOURCE[0]}))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user