mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-01 08:27:09 +00:00
Merge branch 'feat/remove-ip6nat' into nightly
This commit is contained in:
@@ -10,8 +10,15 @@ if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
|
|||||||
echo -e "\e[33m_modules is missing or empty – fetching all Modules from origin/${BRANCH}…\e[0m"
|
echo -e "\e[33m_modules is missing or empty – fetching all Modules from origin/${BRANCH}…\e[0m"
|
||||||
git fetch origin "${BRANCH}"
|
git fetch origin "${BRANCH}"
|
||||||
git checkout "origin/${BRANCH}" -- _modules
|
git checkout "origin/${BRANCH}" -- _modules
|
||||||
|
echo -e "\e[33mDone. Please restart the script...\e[0m"
|
||||||
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source _modules/scripts/core.sh
|
||||||
|
source _modules/scripts/ipv6_controller.sh
|
||||||
|
source _modules/scripts/new_options.sh
|
||||||
|
source _modules/scripts/migrate_options.sh
|
||||||
|
|
||||||
detect_major_update() {
|
detect_major_update() {
|
||||||
if [ ${BRANCH} == "master" ]; then
|
if [ ${BRANCH} == "master" ]; then
|
||||||
# Array with major versions
|
# Array with major versions
|
||||||
|
|||||||
Reference in New Issue
Block a user