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

Fixed Branch checkout in generate_config.sh

This commit is contained in:
DerLinkman 2023-08-10 13:51:40 +02:00
parent 025fd03310
commit 1db8990271

View File

@ -189,7 +189,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then
done
git fetch --all
git checkout -f $git_branch
git checkout -f $MAILCOW_BRANCH
elif [[ ${SKIP_BRANCH} == y ]]; then
echo -e "\033[33mEnabled Dev Mode.\033[0m"