forked from freeleaps/freeleaps-pub
Update for error message when access freeleaps.com repository failed
This commit is contained in:
parent
63f3158f04
commit
a139aa37f7
@ -1121,8 +1121,8 @@ fi
|
|||||||
# Test if the user can access the freeleaps.com repository
|
# Test if the user can access the freeleaps.com repository
|
||||||
echo "==> Testing access to freeleaps.com repository..."
|
echo "==> Testing access to freeleaps.com repository..."
|
||||||
if ! git ls-remote "https://$FREELEAPS_USERNAME:$FREELEAPS_PASSWORD@freeleaps.com:3443/products/freeleaps.git" &>/dev/null; then
|
if ! git ls-remote "https://$FREELEAPS_USERNAME:$FREELEAPS_PASSWORD@freeleaps.com:3443/products/freeleaps.git" &>/dev/null; then
|
||||||
echo "ERROR: Failed to access freeleaps.com repository."
|
echo "ERROR: Failed to access freeleaps.com repository. Please check your username and password."
|
||||||
echo "==> [INIT] DevBox environment initialization completed."
|
echo "==> [INIT] DevBox environment initialization completed successfully, but access to the freeleaps.com repository failed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user