Merge "Allow freeipa environment file to be in /tmp"

This commit is contained in:
Jenkins 2017-01-11 16:53:04 +00:00 committed by Gerrit Code Review
commit b09c096486
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ set -eux
if [ -f "~/freeipa-setup.env" ]; then
source ~/freeipa-setup.env
elif [ -f "/tmp/freeipa-setup.env" ]; then
source /tmp/freeipa-setup.env
fi
# Set DNS servers