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
|
||||
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
|
||||
echo "ERROR: Failed to access freeleaps.com repository."
|
||||
echo "==> [INIT] DevBox environment initialization completed."
|
||||
echo "ERROR: Failed to access freeleaps.com repository. Please check your username and password."
|
||||
echo "==> [INIT] DevBox environment initialization completed successfully, but access to the freeleaps.com repository failed."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user