1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

fixed remote url override

This commit is contained in:
AlexHuebi 2023-09-11 21:42:43 +02:00 committed by GitHub
parent a8930e8060
commit d098e7b9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -893,7 +893,7 @@ done
DEFAULT_REPO=https://github.com/mailcow/mailcow-dockerized
CURRENT_REPO=$(git remote get-url origin)
if ["$CURRENT_REPO" != "$DEFAULT_REPO"]
if ["$CURRENT_REPO" != "$DEFAULT_REPO"]; then
echo "The Repository currently used is not the default Mailcow Repository."
echo "Currently Repository: $CURRENT_REPO"
echo "Default Repository: $DEFAULT_REPO"