mirror of
https://github.com/fergalmoran/mailcow-dockerized.git
synced 2025-12-22 09:27:30 +00:00
fixed remote url override
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user