mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-15 10:55:59 +00:00
Fixed Branch checkout in generate_config.sh
This commit is contained in:
@@ -189,7 +189,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then
|
|||||||
done
|
done
|
||||||
|
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout -f $git_branch
|
git checkout -f $MAILCOW_BRANCH
|
||||||
|
|
||||||
elif [[ ${SKIP_BRANCH} == y ]]; then
|
elif [[ ${SKIP_BRANCH} == y ]]; then
|
||||||
echo -e "\033[33mEnabled Dev Mode.\033[0m"
|
echo -e "\033[33mEnabled Dev Mode.\033[0m"
|
||||||
|
|||||||
Reference in New Issue
Block a user