public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
update.sh
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
update.sh
on main
Author
Date
Commit
Line
Code
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 1
#!/usr/bin/env bash
#!/usr/bin/env bash
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 2
DerLinkman
about 4 years ago
f7369f0
[Update.sh] Added docker-compose Update prompt + Version check
- Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 3
############## Begin Function Section ##############
############## Begin Function Section ##############
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 4
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 5
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DerLinkman
11 months ago
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 6
MAILCOW_CONF="${SCRIPT_DIR}/mailcow.conf"
MAILCOW_CONF="${SCRIPT_DIR}/mailcow.conf"
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 7
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 8
# Ensure the script is run from the directory that contains mailcow.conf
# Ensure the script is run from the directory that contains mailcow.conf
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 9
if [ ! -f "${PWD}/mailcow.conf" ]; then
if [ ! -f "${PWD}/mailcow.conf" ]; then
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 10
if [ -f "${SCRIPT_DIR}/mailcow.conf" ]; then
if [ -f "${SCRIPT_DIR}/mailcow.conf" ]; then
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 11
echo -e "\e[33mPlease run this script directly from the mailcow installation directory:\e[0m"
echo -e "\e[33mPlease run this script directly from the mailcow installation directory:\e[0m"
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 12
echo -e " \e[36mcd ${SCRIPT_DIR} && ./update.sh\e[0m"
echo -e " \e[36mcd ${SCRIPT_DIR} && ./update.sh\e[0m"
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 13
exit 1
exit 1
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 14
else
else
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 15
echo -e "\e[31mmailcow.conf not found in current directory or script directory (\e[36m${SCRIPT_DIR}\e[31m).\e[0m"
echo -e "\e[31mmailcow.conf not found in current directory or script directory (\e[36m${SCRIPT_DIR}\e[31m).\e[0m"
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 16
echo -e "\e[33mRun this script directly from your mailcow installation directory.\e[0m"
echo -e "\e[33mRun this script directly from your mailcow installation directory.\e[0m"
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 17
exit 1
exit 1
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 18
fi
fi
same change
4db1569
Squashed commit of the following:
- Full commit hash
4db1569c93ce41467f32a34007b081c179dc9645- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 19
fi
fi
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 20
BRANCH="$(cd "${SCRIPT_DIR}" && git rev-parse --abbrev-ref HEAD)"
BRANCH="$(cd "${SCRIPT_DIR}" && git rev-parse --abbrev-ref HEAD)"
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 21
FreddleSpl0it
5 months ago
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 22
# Check for --dev flag early to skip _modules update
# Check for --dev flag early to skip _modules update
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 23
for arg in "$@"; do
for arg in "$@"; do
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 24
if [[ "$arg" == "--dev" || "$arg" == "-d" ]]; then
if [[ "$arg" == "--dev" || "$arg" == "-d" ]]; then
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 25
echo -e "\e[32mRunning in Developer mode...\e[0m"
echo -e "\e[32mRunning in Developer mode...\e[0m"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 26
DEV=y
DEV=y
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 27
break
break
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 28
fi
fi
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 29
done
done
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 30
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 31
MODULE_DIR="${SCRIPT_DIR}/_modules"
MODULE_DIR="${SCRIPT_DIR}/_modules"
DerLinkman
8 months ago
930ca76
update: moved _modules initialization and update at the beginning of update script
- Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105- Author
- DerLinkman <[email protected]>
- Date
- 8 months ago
- Selected line
- 32
FreddleSpl0it
5 months ago
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 33
if [ ! "$DEV" ]; then
if [ ! "$DEV" ]; then
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 34
# Calculate hash before fetch
# Calculate hash before fetch
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 35
if [[ -d "${MODULE_DIR}" && -n "$(ls -A "${MODULE_DIR}" 2>/dev/null)" ]]; then
if [[ -d "${MODULE_DIR}" && -n "$(ls -A "${MODULE_DIR}" 2>/dev/null)" ]]; then
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 36
MODULES_HASH_BEFORE=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
MODULES_HASH_BEFORE=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 37
else
else
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 38
MODULES_HASH_BEFORE="EMPTY"
MODULES_HASH_BEFORE="EMPTY"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 39
fi
fi
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 40
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 41
echo -e "\e[33mFetching latest _modules from origin/${BRANCH}…\e[0m"
echo -e "\e[33mFetching latest _modules from origin/${BRANCH}…\e[0m"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 42
git fetch origin "${BRANCH}"
git fetch origin "${BRANCH}"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 43
git checkout "origin/${BRANCH}" -- _modules
git checkout "origin/${BRANCH}" -- _modules
DerLinkman
8 months ago
930ca76
update: moved _modules initialization and update at the beginning of update script
- Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105- Author
- DerLinkman <[email protected]>
- Date
- 8 months ago
- Selected line
- 44
FreddleSpl0it
5 months ago
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 45
if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 46
echo -e "\e[31mError: _modules is still missing or empty after fetch!\e[0m"
echo -e "\e[31mError: _modules is still missing or empty after fetch!\e[0m"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 47
exit 2
exit 2
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 48
fi
fi
DerLinkman
8 months ago
930ca76
update: moved _modules initialization and update at the beginning of update script
- Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105- Author
- DerLinkman <[email protected]>
- Date
- 8 months ago
- Selected line
- 49
FreddleSpl0it
5 months ago
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 50
# Calculate hash after fetch
# Calculate hash after fetch
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 51
MODULES_HASH_AFTER=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
MODULES_HASH_AFTER=$(find "${MODULE_DIR}" -type f -exec sha256sum {} \; 2>/dev/null | sort | sha256sum | awk '{print $1}')
DerLinkman
8 months ago
930ca76
update: moved _modules initialization and update at the beginning of update script
- Full commit hash
930ca76ea768f6205c5041905afbc9e226cb3105- Author
- DerLinkman <[email protected]>
- Date
- 8 months ago
- Selected line
- 52
FreddleSpl0it
5 months ago
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 53
# Check if modules changed
# Check if modules changed
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 54
if [[ "${MODULES_HASH_BEFORE}" != "${MODULES_HASH_AFTER}" ]]; then
if [[ "${MODULES_HASH_BEFORE}" != "${MODULES_HASH_AFTER}" ]]; then
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 55
echo -e "\e[33m_modules have been updated. Please restart the update script.\e[0m"
echo -e "\e[33m_modules have been updated. Please restart the update script.\e[0m"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 56
exit 2
exit 2
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 57
fi
fi
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 58
else
else
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 59
echo -e "\e[33mDeveloper mode: Skipping _modules update from git\e[0m"
echo -e "\e[33mDeveloper mode: Skipping _modules update from git\e[0m"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 60
if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 61
echo -e "\e[31mError: _modules directory is missing or empty!\e[0m"
echo -e "\e[31mError: _modules directory is missing or empty!\e[0m"
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 62
exit 2
exit 2
same change
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 63
fi
fi
DerLinkman
almost 4 years ago
6708059
Moved compose check to top.
- Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 64
fi
fi
same change
6708059
Moved compose check to top.
- Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 65
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 66
source _modules/scripts/core.sh
source _modules/scripts/core.sh
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 67
source _modules/scripts/ipv6_controller.sh
source _modules/scripts/ipv6_controller.sh
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 68
source _modules/scripts/new_options.sh
source _modules/scripts/new_options.sh
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 69
source _modules/scripts/migrate_options.sh
source _modules/scripts/migrate_options.sh
DerLinkman
about 3 years ago
1de4707
Added DQS Values to update.sh/generate + check of variable
- Full commit hash
1de47072f8c4885eaa0d9f72e833fd7299cd4da8- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 70
DerLinkman
about 4 years ago
f7369f0
[Update.sh] Added docker-compose Update prompt + Version check
- Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 71
############## End Function Section ##############
############## End Function Section ##############
same change
f7369f0
[Update.sh] Added docker-compose Update prompt + Version check
- Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 72
DerLinkman
about 4 years ago
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 73
# Check permissions
# Check permissions
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 74
if [ "$(id -u)" -ne "0" ]; then
if [ "$(id -u)" -ne "0" ]; then
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 75
echo "You need to be root"
echo "You need to be root"
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 76
exit 1
exit 1
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 77
fi
fi
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 78
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 79
# Run pre-update-hook
# Run pre-update-hook
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 80
if [ -f "${SCRIPT_DIR}/pre_update_hook.sh" ]; then
if [ -f "${SCRIPT_DIR}/pre_update_hook.sh" ]; then
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 81
bash "${SCRIPT_DIR}/pre_update_hook.sh"
bash "${SCRIPT_DIR}/pre_update_hook.sh"
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 82
fi
fi
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 83
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 84
# Exit on error and pipefail
# Exit on error and pipefail
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 85
set -o pipefail
set -o pipefail
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 86
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 87
# Setting high dc timeout
# Setting high dc timeout
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 88
export COMPOSE_HTTP_TIMEOUT=600
export COMPOSE_HTTP_TIMEOUT=600
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 89
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 90
# Add /opt/bin to PATH
# Add /opt/bin to PATH
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 91
PATH=$PATH:/opt/bin
PATH=$PATH:/opt/bin
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 92
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 93
umask 0022
umask 0022
same change
40cf2c8
Re-aranged the functions position to top
- Full commit hash
40cf2c85e609f2cb82f85841c16a749cf0748011- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 94
DerLinkman
almost 4 years ago
6708059
Moved compose check to top.
- Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 95
# Unset COMPOSE_COMMAND and DOCKER_COMPOSE_VERSION Variable to be on the newest state.
# Unset COMPOSE_COMMAND and DOCKER_COMPOSE_VERSION Variable to be on the newest state.
same change
6708059
Moved compose check to top.
- Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 96
unset COMPOSE_COMMAND
unset COMPOSE_COMMAND
same change
6708059
Moved compose check to top.
- Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 97
unset DOCKER_COMPOSE_VERSION
unset DOCKER_COMPOSE_VERSION
same change
6708059
Moved compose check to top.
- Full commit hash
6708059227d3f4900b9a6365b91db11d8c78338e- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 98
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 99
get_installed_tools
get_installed_tools
DerLinkman
about 4 years ago
7aab2c5
Changed which to command -v + seperated compose check from for loop
- Full commit hash
7aab2c55ff4f7286b0efd7409a13e9298b73705b- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 100
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 101
get_docker_version
get_docker_version
DerLinkman
almost 2 years ago
926af87
scripts: adding docker version check to align to docs (24.X)
- Full commit hash
926af87cfb19cb3fdad8da992dccc2d506400079- Author
- DerLinkman <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 102
DerLinkman
about 4 years ago
f7369f0
[Update.sh] Added docker-compose Update prompt + Version check
- Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 103
export LC_ALL=C
export LC_ALL=C
same change
f7369f0
[Update.sh] Added docker-compose Update prompt + Version check
- Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 104
DATE=$(date +%Y-%m-%d_%H_%M_%S)
DATE=$(date +%Y-%m-%d_%H_%M_%S)
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 105
BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
DerLinkman
about 4 years ago
f7369f0
[Update.sh] Added docker-compose Update prompt + Version check
- Full commit hash
f7369f061105e3fc97482d611876c98b4da4df58- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 106
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 107
while (($#)); do
while (($#)); do
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 108
case "${1}" in
case "${1}" in
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 109
--check|-c)
--check|-c)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 110
echo "Checking remote code for updates..."
echo "Checking remote code for updates..."
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 111
LATEST_REV=$(git ls-remote --exit-code --refs --quiet https://github.com/mailcow/mailcow-dockerized "${BRANCH}" | cut -f1)
LATEST_REV=$(git ls-remote --exit-code --refs --quiet https://github.com/mailcow/mailcow-dockerized "${BRANCH}" | cut -f1)
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 112
if [ "$?" -ne 0 ]; then
if [ "$?" -ne 0 ]; then
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 113
echo "A problem occurred while trying to fetch the latest revision from github."
echo "A problem occurred while trying to fetch the latest revision from github."
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 114
exit 99
exit 99
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 115
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 116
if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then
if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 117
echo -e "Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master"
echo -e "Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master"
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 118
git log --date=short --pretty=format:"%ad - %s" "$(git rev-parse --short HEAD)"..origin/master
git log --date=short --pretty=format:"%ad - %s" "$(git rev-parse --short HEAD)"..origin/master
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 119
exit 0
exit 0
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 120
else
else
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 121
echo "No updates available."
echo "No updates available."
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 122
exit 3
exit 3
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 123
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 124
;;
;;
Finn Hoffhenke
almost 2 years ago
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 125
--check-tags)
--check-tags)
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 126
echo "Checking remote tags for updates..."
echo "Checking remote tags for updates..."
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 127
LATEST_TAG_REV=$(git ls-remote --exit-code --quiet --tags origin | tail -1 | cut -f1)
LATEST_TAG_REV=$(git ls-remote --exit-code --quiet --tags origin | tail -1 | cut -f1)
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 128
if [ "$?" -ne 0 ]; then
if [ "$?" -ne 0 ]; then
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 129
echo "A problem occurred while trying to fetch the latest tag from github."
echo "A problem occurred while trying to fetch the latest tag from github."
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 130
exit 99
exit 99
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 131
fi
fi
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 132
if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_TAG_REV}") ]]; then
if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_TAG_REV}") ]]; then
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 133
echo -e "New tag is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/releases/latest"
echo -e "New tag is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/releases/latest"
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 134
exit 0
exit 0
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 135
else
else
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 136
echo "No updates available."
echo "No updates available."
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 137
exit 3
exit 3
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 138
fi
fi
same change
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 139
;;
;;
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 140
--ours)
--ours)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 141
MERGE_STRATEGY=ours
MERGE_STRATEGY=ours
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 142
;;
;;
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 143
--skip-start)
--skip-start)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 144
SKIP_START=y
SKIP_START=y
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 145
;;
;;
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 146
--skip-ping-check)
--skip-ping-check)
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 147
SKIP_PING_CHECK=y
SKIP_PING_CHECK=y
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 148
;;
;;
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 149
--stable)
--stable)
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 150
CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 151
NEW_BRANCH="master"
NEW_BRANCH="master"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 152
;;
;;
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 153
--gc)
--gc)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 154
echo -e "\e[32mCollecting garbage...\e[0m"
echo -e "\e[32mCollecting garbage...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 155
docker_garbage
docker_garbage
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 156
exit 0
exit 0
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 157
;;
;;
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 158
--nightly)
--nightly)
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 159
CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 160
NEW_BRANCH="nightly"
NEW_BRANCH="nightly"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 161
;;
;;
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 162
--prefetch)
--prefetch)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 163
echo -e "\e[32mPrefetching images...\e[0m"
echo -e "\e[32mPrefetching images...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 164
prefetch_images
prefetch_images
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 165
exit 0
exit 0
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 166
;;
;;
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 167
-f|--force)
-f|--force)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 168
echo -e "\e[32mRunning in forced mode...\e[0m"
echo -e "\e[32mRunning in forced mode...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 169
FORCE=y
FORCE=y
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 170
;;
;;
DerLinkman
over 3 years ago
f6d135f
[Update.sh] Fix docker compose detection + added failover
- Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51- Author
- DerLinkman <[email protected]>
- Date
- over 3 years ago
- Selected line
- 171
-d|--dev)
-d|--dev)
FreddleSpl0it
5 months ago
82ea418
Extend --dev flag to skip _modules update
- Full commit hash
82ea41842389a926be2943d7bc413459c075d916- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 172
# Already handled at the top of the script before _modules update
# Already handled at the top of the script before _modules update
DerLinkman
over 3 years ago
f6d135f
[Update.sh] Fix docker compose detection + added failover
- Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51- Author
- DerLinkman <[email protected]>
- Date
- over 3 years ago
- Selected line
- 173
;;
;;
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 174
--legacy)
--legacy)
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 175
CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
CURRENT_BRANCH="$(cd "${SCRIPT_DIR}"; git rev-parse --abbrev-ref HEAD)"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 176
NEW_BRANCH="legacy"
NEW_BRANCH="legacy"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 177
;;
;;
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 178
--help|-h)
--help|-h)
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 179
echo './update.sh [-c|--check, --check-tags, --ours, --gc, --nightly, --prefetch, --skip-start, --skip-ping-check, --stable, --legacy, -f|--force, -d|--dev, -h|--help]
echo './update.sh [-c|--check, --check-tags, --ours, --gc, --nightly, --prefetch, --skip-start, --skip-ping-check, --stable, --legacy, -f|--force, -d|--dev, -h|--help]
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 180
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 181
-c|--check - Check for updates and exit (exit codes => 0: update available, 3: no updates)
-c|--check - Check for updates and exit (exit codes => 0: update available, 3: no updates)
Finn Hoffhenke
almost 2 years ago
710cec9
feat: Added check for newer version tags on remote (#6054)
- Full commit hash
710cec996cc60219dcb152b2459e1beffe722130- Author
- Finn Hoffhenke <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 182
--check-tags - Check for newer tags and exit (exit codes => 0: newer tag available, 3: no newer tag)
--check-tags - Check for newer tags and exit (exit codes => 0: newer tag available, 3: no newer tag)
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 183
--ours - Use merge strategy option "ours" to solve conflicts in favor of non-mailcow code (local changes over remote changes), not recommended!
--ours - Use merge strategy option "ours" to solve conflicts in favor of non-mailcow code (local changes over remote changes), not recommended!
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 184
--gc - Run garbage collector to delete old image tags
--gc - Run garbage collector to delete old image tags
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 185
--nightly - Switch your mailcow updates to the unstable (nightly) branch. FOR TESTING PURPOSES ONLY!!!!
--nightly - Switch your mailcow updates to the unstable (nightly) branch. FOR TESTING PURPOSES ONLY!!!!
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 186
--prefetch - Only prefetch new images and exit (useful to prepare updates)
--prefetch - Only prefetch new images and exit (useful to prepare updates)
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 187
--skip-start - Do not start mailcow after update
--skip-start - Do not start mailcow after update
Hassan A Hashim
almost 2 years ago
bb7fd48
Fix: Escape a `'` character in `update.sh` (#6034)
- Full commit hash
bb7fd483f7762a5df55acdd4463b70e0409849fb- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 188
--skip-ping-check - Skip ICMP Check to public DNS resolvers (Use it only if you'\''ve blocked any ICMP Connections to your mailcow machine)
--skip-ping-check - Skip ICMP Check to public DNS resolvers (Use it only if you'\''ve blocked any ICMP Connections to your mailcow machine)
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 189
--stable - Switch your mailcow updates to the stable (master) branch. Default unless you changed it with --nightly or --legacy.
--stable - Switch your mailcow updates to the stable (master) branch. Default unless you changed it with --nightly or --legacy.
Marvin A. Ruder
over 1 year ago
05fc4f7
fix(ui): Swap translations for oversized dropdown
- Full commit hash
05fc4f7aba5bfb9e2db596d11d6beab00ae70320- Author
- Marvin A. Ruder <[email protected]>
- Date
- over 1 year ago
- Selected line
- 190
--legacy - Switch your mailcow updates to the legacy branch. The legacy branch will only receive security updates until February 2026.
--legacy - Switch your mailcow updates to the legacy branch. The legacy branch will only receive security updates until February 2026.
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 191
-f|--force - Force update, do not ask questions
-f|--force - Force update, do not ask questions
DerLinkman
over 3 years ago
f6d135f
[Update.sh] Fix docker compose detection + added failover
- Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51- Author
- DerLinkman <[email protected]>
- Date
- over 3 years ago
- Selected line
- 192
-d|--dev - Enables Developer Mode (No Checkout of update.sh for tests)
-d|--dev - Enables Developer Mode (No Checkout of update.sh for tests)
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 193
'
'
Hassan A Hashim
almost 2 years ago
2fe21e9
Refactor: `update.sh` script with `--help` should exit with status code 0
- Full commit hash
2fe21e964126e0f4a251ad72443f21ef622c6edb- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 194
exit 0
exit 0
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 195
esac
esac
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 196
shift
shift
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 197
done
done
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 198
Hassan A Hashim
almost 2 years ago
cc0dc2e
Add color-coded error message for missing `mailcow.conf`
- Full commit hash
cc0dc2eae090fec01320d619b0008e82bebca315- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 199
[[ ! -f mailcow.conf ]] && { echo -e "\e[31mmailcow.conf is missing! Is mailcow installed?\e[0m"; exit 1;}
[[ ! -f mailcow.conf ]] && { echo -e "\e[31mmailcow.conf is missing! Is mailcow installed?\e[0m"; exit 1;}
Hassan A Hashim
almost 2 years ago
b033937
Check `mailcow.conf` exists before source it
- Full commit hash
b0339372b5482781fffff6c39a286c01e5a2c65d- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 200
DerLinkman
almost 4 years ago
bc91417
Re-arranged position of source mailcow.conf
- Full commit hash
bc9141753fab8fb4b591461d92703c345ebbef0c- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 201
chmod 600 mailcow.conf
chmod 600 mailcow.conf
same change
bc91417
Re-arranged position of source mailcow.conf
- Full commit hash
bc9141753fab8fb4b591461d92703c345ebbef0c- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 202
source mailcow.conf
source mailcow.conf
same change
bc91417
Re-arranged position of source mailcow.conf
- Full commit hash
bc9141753fab8fb4b591461d92703c345ebbef0c- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 203
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 204
get_compose_type
get_compose_type
Niklas Meyer
over 1 year ago
4d688c5
2024-11a (#6160)
- Full commit hash
4d688c55007216e50434060398ee91b2755e25d6- Author
- Niklas Meyer <[email protected]>
- Date
- over 1 year ago
- Selected line
- 205
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 206
DOTS=${MAILCOW_HOSTNAME//[^.]};
DOTS=${MAILCOW_HOSTNAME//[^.]};
AlexHuebi
almost 3 years ago
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 207
if [ ${#DOTS} -lt 1 ]; then
if [ ${#DOTS} -lt 1 ]; then
DerLinkman
almost 3 years ago
e67ba60
Added Colors, cause there fancy :) + Added in generate_config.sh
- Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 208
echo -e "\e[31mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is not a FQDN!\e[0m"
echo -e "\e[31mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is not a FQDN!\e[0m"
same change
e67ba60
Added Colors, cause there fancy :) + Added in generate_config.sh
- Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 209
sleep 1
sleep 1
same change
e67ba60
Added Colors, cause there fancy :) + Added in generate_config.sh
- Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 210
echo "Please change it to a FQDN and redeploy the stack with $COMPOSE_COMMAND up -d"
echo "Please change it to a FQDN and redeploy the stack with $COMPOSE_COMMAND up -d"
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 211
exit 1
exit 1
AlexHuebi
almost 3 years ago
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 212
elif [[ "${MAILCOW_HOSTNAME: -1}" == "." ]]; then
elif [[ "${MAILCOW_HOSTNAME: -1}" == "." ]]; then
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 213
echo "MAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is ending with a dot. This is not a valid FQDN!"
echo "MAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) is ending with a dot. This is not a valid FQDN!"
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 214
exit 1
exit 1
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 215
elif [ ${#DOTS} -eq 1 ]; then
elif [ ${#DOTS} -eq 1 ]; then
DerLinkman
almost 3 years ago
e67ba60
Added Colors, cause there fancy :) + Added in generate_config.sh
- Full commit hash
e67ba60863d5fc4f999caab8a72ce4be3f80ffde- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 216
echo -e "\e[33mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) does not contain a Subdomain. This is not fully tested and may cause issues.\e[0m"
echo -e "\e[33mMAILCOW_HOSTNAME (${MAILCOW_HOSTNAME}) does not contain a Subdomain. This is not fully tested and may cause issues.\e[0m"
AlexHuebi
almost 3 years ago
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 217
echo "Find more information about why this message exists here: https://github.com/mailcow/mailcow-dockerized/issues/1572"
echo "Find more information about why this message exists here: https://github.com/mailcow/mailcow-dockerized/issues/1572"
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 218
read -r -p "Do you want to proceed anyway? [y/N] " response
read -r -p "Do you want to proceed anyway? [y/N] " response
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 219
if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Hassan A Hashim
almost 2 years ago
e994cf4
Fix typo in `update.sh`: Proceeding
- Full commit hash
e994cf4d0575aec5690663c2713f974f415db862- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 220
echo "OK. Proceeding."
echo "OK. Proceeding."
AlexHuebi
almost 3 years ago
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 221
else
else
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 222
echo "OK. Exiting."
echo "OK. Exiting."
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 223
exit 1
exit 1
same change
718dcb6
improved "FQDN" check
- Full commit hash
718dcb69be97c39f33d1ccb69378f7d1894ccbbb- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 224
fi
fi
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 225
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 226
DerLinkman
about 3 years ago
1de4707
Added DQS Values to update.sh/generate + check of variable
- Full commit hash
1de47072f8c4885eaa0d9f72e833fd7299cd4da8- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 227
detect_bad_asn
detect_bad_asn
same change
1de4707
Added DQS Values to update.sh/generate + check of variable
- Full commit hash
1de47072f8c4885eaa0d9f72e833fd7299cd4da8- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 228
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 229
if [[ ("${SKIP_PING_CHECK}" == "y") ]]; then
if [[ ("${SKIP_PING_CHECK}" == "y") ]]; then
Niklas Meyer
about 4 years ago
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 230
echo -e "\e[32mSkipping Ping Check...\e[0m"
echo -e "\e[32mSkipping Ping Check...\e[0m"
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 231
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 232
else
else
Niklas Meyer
about 4 years ago
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 233
echo -en "Checking internet connection... "
echo -en "Checking internet connection... "
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 234
if ! check_online_status; then
if ! check_online_status; then
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 235
echo -e "\e[31mfailed\e[0m"
echo -e "\e[31mfailed\e[0m"
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 236
exit 1
exit 1
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 237
else
else
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 238
echo -e "\e[32mOK\e[0m"
echo -e "\e[32mOK\e[0m"
same change
42c82be
Added skip-ping-check Variable to skip DNS ICMP if deactivated.
- Full commit hash
42c82be8f54574f01346676f25463f78ed40d8f9- Author
- Niklas Meyer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 239
fi
fi
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 240
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 241
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 242
if ! [ "$NEW_BRANCH" ]; then
if ! [ "$NEW_BRANCH" ]; then
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 243
echo -e "\e[33mDetecting which build your mailcow runs on...\e[0m"
echo -e "\e[33mDetecting which build your mailcow runs on...\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 244
sleep 1
sleep 1
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 245
if [ "${BRANCH}" == "master" ]; then
if [ "${BRANCH}" == "master" ]; then
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 246
echo -e "\e[32mYou are receiving stable updates (master).\e[0m"
echo -e "\e[32mYou are receiving stable updates (master).\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 247
echo -e "\e[33mTo change that run the update.sh Script one time with the --nightly parameter to switch to nightly builds.\e[0m"
echo -e "\e[33mTo change that run the update.sh Script one time with the --nightly parameter to switch to nightly builds.\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 248
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 249
elif [ "${BRANCH}" == "nightly" ]; then
elif [ "${BRANCH}" == "nightly" ]; then
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 250
echo -e "\e[31mYou are receiving unstable updates (nightly). These are for testing purposes only!!!\e[0m"
echo -e "\e[31mYou are receiving unstable updates (nightly). These are for testing purposes only!!!\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 251
sleep 1
sleep 1
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 252
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 253
FreddleSpl0it
over 1 year ago
684256b
update.sh: Fix legacy typo
- Full commit hash
684256b66ea073b6efc22edeb754fee87d55e7a8- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 254
elif [ "${BRANCH}" == "legacy" ]; then
elif [ "${BRANCH}" == "legacy" ]; then
Marvin A. Ruder
over 1 year ago
05fc4f7
fix(ui): Swap translations for oversized dropdown
- Full commit hash
05fc4f7aba5bfb9e2db596d11d6beab00ae70320- Author
- Marvin A. Ruder <[email protected]>
- Date
- over 1 year ago
- Selected line
- 255
echo -e "\e[31mYou are receiving legacy updates. The legacy branch will only receive security updates until February 2026.\e[0m"
echo -e "\e[31mYou are receiving legacy updates. The legacy branch will only receive security updates until February 2026.\e[0m"
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 256
sleep 1
sleep 1
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 257
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 258
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 259
else
else
Hassan A Hashim
almost 2 years ago
b3e0a66
Fix typo: receiving updates from `an` unsupported branch
- Full commit hash
b3e0a6622297bc1c7d25d5d70ab84c7eab0943c7- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 260
echo -e "\e[33mYou are receiving updates from an unsupported branch.\e[0m"
echo -e "\e[33mYou are receiving updates from an unsupported branch.\e[0m"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 261
sleep 1
sleep 1
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 262
echo -e "\e[33mThe mailcow stack might still work but it is recommended to switch to the master branch (stable builds).\e[0m"
echo -e "\e[33mThe mailcow stack might still work but it is recommended to switch to the master branch (stable builds).\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 263
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
echo -e "\e[33mTo change that run the update.sh Script one time with the --stable parameter to switch to stable builds.\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 264
fi
fi
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 265
elif [ "$FORCE" ]; then
elif [ "$FORCE" ]; then
DerLinkman
almost 4 years ago
9db9818
Moved Force Mode check in prio
- Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 266
echo -e "\e[31mYou are running in forced mode!\e[0m"
echo -e "\e[31mYou are running in forced mode!\e[0m"
same change
9db9818
Moved Force Mode check in prio
- Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 267
echo -e "\e[31mA Branch Switch can only be performed manually (monitored).\e[0m"
echo -e "\e[31mA Branch Switch can only be performed manually (monitored).\e[0m"
same change
9db9818
Moved Force Mode check in prio
- Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 268
echo -e "\e[31mPlease rerun the update.sh Script without the --force/-f parameter.\e[0m"
echo -e "\e[31mPlease rerun the update.sh Script without the --force/-f parameter.\e[0m"
same change
9db9818
Moved Force Mode check in prio
- Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 269
sleep 1
sleep 1
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 270
elif [ "$NEW_BRANCH" == "master" ] && [ "$CURRENT_BRANCH" != "master" ]; then
elif [ "$NEW_BRANCH" == "master" ] && [ "$CURRENT_BRANCH" != "master" ]; then
Hassan A Hashim
almost 2 years ago
292306b
Fix typos and English grammar in `update.sh`
- Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 271
echo -e "\e[33mYou are about to switch your mailcow updates to the stable (master) branch.\e[0m"
echo -e "\e[33mYou are about to switch your mailcow updates to the stable (master) branch.\e[0m"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 272
sleep 1
sleep 1
Hassan A Hashim
almost 2 years ago
292306b
Fix typos and English grammar in `update.sh`
- Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 273
echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no data is lost...\e[0m"
echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no data is lost...\e[0m"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 274
sleep 1
sleep 1
Hassan A Hashim
almost 2 years ago
292306b
Fix typos and English grammar in `update.sh`
- Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 275
echo -e "\e[31mWARNING: Please see on GitHub or ask in the community if a switch to master is stable or not.
echo -e "\e[31mWARNING: Please see on GitHub or ask in the community if a switch to master is stable or not.
same change
292306b
Fix typos and English grammar in `update.sh`
- Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 276
In some rear cases an update back to master can destroy your mailcow configuration such as database upgrade, etc.
In some rear cases an update back to master can destroy your mailcow configuration such as database upgrade, etc.
same change
292306b
Fix typos and English grammar in `update.sh`
- Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 277
Normally an upgrade back to master should be safe during each full release.
Normally an upgrade back to master should be safe during each full release.
same change
292306b
Fix typos and English grammar in `update.sh`
- Full commit hash
292306b191f952d2b853fb02458e6fc9bf066c2b- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 278
Check GitHub for Database changes and update only if there similar to the full release!\e[0m"
Check GitHub for Database changes and update only if there similar to the full release!\e[0m"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 279
read -r -p "Are you sure you that want to continue upgrading to the stable (master) branch? [y/N] " response
read -r -p "Are you sure you that want to continue upgrading to the stable (master) branch? [y/N] " response
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 280
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 281
echo "OK. If you prepared yourself for that please run the update.sh Script with the --stable parameter again to trigger this process here."
echo "OK. If you prepared yourself for that please run the update.sh Script with the --stable parameter again to trigger this process here."
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 282
exit 0
exit 0
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 283
fi
fi
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 284
BRANCH="$NEW_BRANCH"
BRANCH="$NEW_BRANCH"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 285
DIFF_DIRECTORY=update_diffs
DIFF_DIRECTORY=update_diffs
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 286
DIFF_FILE="${DIFF_DIRECTORY}/diff_before_upgrade_to_master_$(date +"%Y-%m-%d-%H-%M-%S")"
DIFF_FILE="${DIFF_DIRECTORY}/diff_before_upgrade_to_master_$(date +"%Y-%m-%d-%H-%M-%S")"
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 287
mv diff_before_upgrade* "${DIFF_DIRECTORY}/" 2> /dev/null
mv diff_before_upgrade* "${DIFF_DIRECTORY}/" 2> /dev/null
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 288
if ! git diff-index --quiet HEAD; then
if ! git diff-index --quiet HEAD; then
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 289
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 290
mkdir -p "${DIFF_DIRECTORY}"
mkdir -p "${DIFF_DIRECTORY}"
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 291
git diff "${BRANCH}" --stat > "${DIFF_FILE}"
git diff "${BRANCH}" --stat > "${DIFF_FILE}"
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 292
git diff "${BRANCH}" >> "${DIFF_FILE}"
git diff "${BRANCH}" >> "${DIFF_FILE}"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 293
fi
fi
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 294
echo -e "\e[32mSwitching Branch to ${BRANCH}...\e[0m"
echo -e "\e[32mSwitching Branch to ${BRANCH}...\e[0m"
DerLinkman
almost 4 years ago
ef311f2
Corrected Twig Footer
- Full commit hash
ef311f22bf5b188837909427438ee29423c2ac56- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 295
git fetch origin
git fetch origin
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 296
git checkout -f "${BRANCH}"
git checkout -f "${BRANCH}"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 297
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 298
elif [ "$NEW_BRANCH" == "nightly" ] && [ "$CURRENT_BRANCH" != "nightly" ]; then
elif [ "$NEW_BRANCH" == "nightly" ] && [ "$CURRENT_BRANCH" != "nightly" ]; then
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 299
echo -e "\e[33mYou are about to switch your mailcow Updates to the unstable (nightly) branch.\e[0m"
echo -e "\e[33mYou are about to switch your mailcow Updates to the unstable (nightly) branch.\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 300
sleep 1
sleep 1
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 301
echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 302
sleep 1
sleep 1
DerLinkman
almost 4 years ago
9db9818
Moved Force Mode check in prio
- Full commit hash
9db9818edea9ba7680aef32267d91e57a6ff0895- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 303
echo -e "\e[31mWARNING: A switch to nightly is possible any time. But a switch back (to master) isn't.\e[0m"
echo -e "\e[31mWARNING: A switch to nightly is possible any time. But a switch back (to master) isn't.\e[0m"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 304
read -r -p "Are you sure you that want to continue upgrading to the unstable (nightly) branch? [y/N] " response
read -r -p "Are you sure you that want to continue upgrading to the unstable (nightly) branch? [y/N] " response
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 305
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 306
echo "OK. If you prepared yourself for that please run the update.sh Script with the --nightly parameter again to trigger this process here."
echo "OK. If you prepared yourself for that please run the update.sh Script with the --nightly parameter again to trigger this process here."
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 307
exit 0
exit 0
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 308
fi
fi
DerLinkman
almost 4 years ago
825c8a6
Changed Git Checkout form
- Full commit hash
825c8a6abee977529b3b29dd3e167d5d42b3fb47- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 309
BRANCH=$NEW_BRANCH
BRANCH=$NEW_BRANCH
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 310
DIFF_DIRECTORY=update_diffs
DIFF_DIRECTORY=update_diffs
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 311
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_nightly_$(date +"%Y-%m-%d-%H-%M-%S")
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_nightly_$(date +"%Y-%m-%d-%H-%M-%S")
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 312
mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 313
if ! git diff-index --quiet HEAD; then
if ! git diff-index --quiet HEAD; then
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 314
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 315
mkdir -p ${DIFF_DIRECTORY}
mkdir -p ${DIFF_DIRECTORY}
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 316
git diff "${BRANCH}" --stat > "${DIFF_FILE}"
git diff "${BRANCH}" --stat > "${DIFF_FILE}"
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 317
git diff "${BRANCH}" >> "${DIFF_FILE}"
git diff "${BRANCH}" >> "${DIFF_FILE}"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 318
fi
fi
DerLinkman
almost 4 years ago
ef311f2
Corrected Twig Footer
- Full commit hash
ef311f22bf5b188837909427438ee29423c2ac56- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 319
git fetch origin
git fetch origin
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 320
git checkout -f "${BRANCH}"
git checkout -f "${BRANCH}"
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 321
elif [ "$NEW_BRANCH" == "legacy" ] && [ "$CURRENT_BRANCH" != "legacy" ]; then
elif [ "$NEW_BRANCH" == "legacy" ] && [ "$CURRENT_BRANCH" != "legacy" ]; then
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 322
echo -e "\e[33mYou are about to switch your mailcow Updates to the legacy branch.\e[0m"
echo -e "\e[33mYou are about to switch your mailcow Updates to the legacy branch.\e[0m"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 323
sleep 1
sleep 1
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 324
echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
echo -e "\e[33mBefore you do: Please take a backup of all components to ensure that no Data is lost...\e[0m"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 325
sleep 1
sleep 1
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 326
echo -e "\e[31mWARNING: A switch to stable or nightly is possible any time.\e[0m"
echo -e "\e[31mWARNING: A switch to stable or nightly is possible any time.\e[0m"
FreddleSpl0it
over 1 year ago
70ba361
update.sh: Fix text in legacy update prompt
- Full commit hash
70ba3615837f4039941f51ad4b150255c480f5ad- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 327
read -r -p "Are you sure you want to continue upgrading to the legacy branch? [y/N] " response
read -r -p "Are you sure you want to continue upgrading to the legacy branch? [y/N] " response
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 328
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 329
echo "OK. If you prepared yourself for that please run the update.sh Script with the --legacy parameter again to trigger this process here."
echo "OK. If you prepared yourself for that please run the update.sh Script with the --legacy parameter again to trigger this process here."
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 330
exit 0
exit 0
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 331
fi
fi
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 332
BRANCH=$NEW_BRANCH
BRANCH=$NEW_BRANCH
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 333
DIFF_DIRECTORY=update_diffs
DIFF_DIRECTORY=update_diffs
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 334
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_legacy_$(date +"%Y-%m-%d-%H-%M-%S")
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_upgrade_to_legacy_$(date +"%Y-%m-%d-%H-%M-%S")
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 335
mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
mv diff_before_upgrade* ${DIFF_DIRECTORY}/ 2> /dev/null
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 336
if ! git diff-index --quiet HEAD; then
if ! git diff-index --quiet HEAD; then
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 337
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 338
mkdir -p ${DIFF_DIRECTORY}
mkdir -p ${DIFF_DIRECTORY}
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 339
git diff "${BRANCH}" --stat > "${DIFF_FILE}"
git diff "${BRANCH}" --stat > "${DIFF_FILE}"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 340
git diff "${BRANCH}" >> "${DIFF_FILE}"
git diff "${BRANCH}" >> "${DIFF_FILE}"
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 341
fi
fi
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 342
git fetch origin
git fetch origin
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 343
git checkout -f "${BRANCH}"
git checkout -f "${BRANCH}"
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 344
fi
fi
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 345
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 346
if [ ! "$DEV" ]; then
if [ ! "$DEV" ]; then
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 347
EXIT_COUNT=0
EXIT_COUNT=0
DerLinkman
over 3 years ago
f6d135f
[Update.sh] Fix docker compose detection + added failover
- Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51- Author
- DerLinkman <[email protected]>
- Date
- over 3 years ago
- Selected line
- 348
echo -e "\e[32mChecking for newer update script...\e[0m"
echo -e "\e[32mChecking for newer update script...\e[0m"
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 349
SHA1_1="$(sha1sum update.sh)"
SHA1_1="$(sha1sum update.sh)"
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 350
git fetch origin
git fetch origin
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 351
git checkout "origin/${BRANCH}" -- update.sh
git checkout "origin/${BRANCH}" -- update.sh
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 352
SHA1_2="$(sha1sum update.sh)"
SHA1_2="$(sha1sum update.sh)"
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 353
if [[ "${SHA1_1}" != "${SHA1_2}" ]]; then
if [[ "${SHA1_1}" != "${SHA1_2}" ]]; then
DerLinkman
over 3 years ago
f6d135f
[Update.sh] Fix docker compose detection + added failover
- Full commit hash
f6d135fbad5407b9dd8b7111fbc0ce20a964ae51- Author
- DerLinkman <[email protected]>
- Date
- over 3 years ago
- Selected line
- 354
chmod +x update.sh
chmod +x update.sh
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 355
EXIT_COUNT+=1
EXIT_COUNT+=1
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 356
fi
fi
DerLinkman
almost 4 years ago
57cd5ec
Readded update.sh new Version check :P
- Full commit hash
57cd5ec818b5872e91327990f92e9f69a96a2e19- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 357
fi
fi
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 358
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 359
if [ ! "$FORCE" ]; then
if [ ! "$FORCE" ]; then
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 360
read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] " response
read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] " response
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 361
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
if [[ ! "${response}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 362
echo "OK, exiting."
echo "OK, exiting."
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 363
exit 0
exit 0
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 364
fi
fi
FreddleSpl0it
over 1 year ago
787fa49
prompt user before applying major updates
- Full commit hash
787fa49d0c060da5d330d1f104ff7bae666754b0- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 365
detect_major_update
detect_major_update
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 366
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 367
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 368
echo -e "\e[32mValidating docker-compose stack configuration...\e[0m"
echo -e "\e[32mValidating docker-compose stack configuration...\e[0m"
DerLinkman
about 4 years ago
c1c7167
Added auto correction of composev1 Binds in compose.yml
- Full commit hash
c1c7167acef67aed73b7af388a88cb75868dd500- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 369
sed -i 's/HTTPS_BIND:-:/HTTPS_BIND:-/g' docker-compose.yml
sed -i 's/HTTPS_BIND:-:/HTTPS_BIND:-/g' docker-compose.yml
same change
c1c7167
Added auto correction of composev1 Binds in compose.yml
- Full commit hash
c1c7167acef67aed73b7af388a88cb75868dd500- Author
- DerLinkman <[email protected]>
- Date
- about 4 years ago
- Selected line
- 370
sed -i 's/HTTP_BIND:-:/HTTP_BIND:-/g' docker-compose.yml
sed -i 's/HTTP_BIND:-:/HTTP_BIND:-/g' docker-compose.yml
DerLinkman
almost 4 years ago
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 371
if ! $COMPOSE_COMMAND config -q; then
if ! $COMPOSE_COMMAND config -q; then
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 372
echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 373
exit 1
exit 1
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 374
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 375
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 376
echo -e "\e[32mChecking for conflicting bridges...\e[0m"
echo -e "\e[32mChecking for conflicting bridges...\e[0m"
DerLinkman
almost 4 years ago
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 377
MAILCOW_BRIDGE=$($COMPOSE_COMMAND config | grep -i com.docker.network.bridge.name | cut -d':' -f2)
MAILCOW_BRIDGE=$($COMPOSE_COMMAND config | grep -i com.docker.network.bridge.name | cut -d':' -f2)
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 378
while read NAT_ID; do
while read NAT_ID; do
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 379
iptables -t nat -D POSTROUTING "$NAT_ID"
iptables -t nat -D POSTROUTING "$NAT_ID"
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 380
done < <(iptables -L -vn -t nat --line-numbers | grep "$IPV4_NETWORK" | grep -E 'MASQUERADE.*all' | grep -v "${MAILCOW_BRIDGE}" | cut -d' ' -f1)
done < <(iptables -L -vn -t nat --line-numbers | grep "$IPV4_NETWORK" | grep -E 'MASQUERADE.*all' | grep -v "${MAILCOW_BRIDGE}" | cut -d' ' -f1)
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 381
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 382
DIFF_DIRECTORY=update_diffs
DIFF_DIRECTORY=update_diffs
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 383
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_update_$(date +"%Y-%m-%d-%H-%M-%S")
DIFF_FILE=${DIFF_DIRECTORY}/diff_before_update_$(date +"%Y-%m-%d-%H-%M-%S")
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 384
mv diff_before_update* ${DIFF_DIRECTORY}/ 2> /dev/null
mv diff_before_update* ${DIFF_DIRECTORY}/ 2> /dev/null
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 385
if ! git diff-index --quiet HEAD; then
if ! git diff-index --quiet HEAD; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 386
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 387
mkdir -p ${DIFF_DIRECTORY}
mkdir -p ${DIFF_DIRECTORY}
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 388
git diff --stat > "${DIFF_FILE}"
git diff --stat > "${DIFF_FILE}"
same change
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 389
git diff >> "${DIFF_FILE}"
git diff >> "${DIFF_FILE}"
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 390
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 391
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 392
echo -e "\e[32mPrefetching images...\e[0m"
echo -e "\e[32mPrefetching images...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 393
prefetch_images
prefetch_images
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 394
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 395
echo -e "\e[32mStopping mailcow...\e[0m"
echo -e "\e[32mStopping mailcow...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 396
sleep 2
sleep 2
DerLinkman
almost 4 years ago
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 397
MAILCOW_CONTAINERS=($($COMPOSE_COMMAND ps -q))
MAILCOW_CONTAINERS=($($COMPOSE_COMMAND ps -q))
same change
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 398
$COMPOSE_COMMAND down
$COMPOSE_COMMAND down
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 399
echo -e "\e[32mChecking for remaining containers...\e[0m"
echo -e "\e[32mChecking for remaining containers...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 400
sleep 2
sleep 2
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 401
for container in "${MAILCOW_CONTAINERS[@]}"; do
for container in "${MAILCOW_CONTAINERS[@]}"; do
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 402
docker rm -f "$container" 2> /dev/null
docker rm -f "$container" 2> /dev/null
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 403
done
done
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 404
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 405
configure_ipv6
configure_ipv6
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 406
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 407
[[ -f data/conf/nginx/ZZZ-ejabberd.conf ]] && rm data/conf/nginx/ZZZ-ejabberd.conf
[[ -f data/conf/nginx/ZZZ-ejabberd.conf ]] && rm data/conf/nginx/ZZZ-ejabberd.conf
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 408
migrate_config_options
migrate_config_options
Niklas Meyer
over 1 year ago
3e8bb06
dovecot: replace solr fts with flatcurve (xapian) (#5680)
- Full commit hash
3e8bb06a3776b778ddff8709fe4ec9f2d14451fb- Author
- Niklas Meyer <[email protected]>
- Date
- over 1 year ago
- Selected line
- 409
adapt_new_options
adapt_new_options
AlexHuebi
almost 3 years ago
a8930e8
fixed remote url override
- Full commit hash
a8930e8060104a3b943887d7a579be2838154cce- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 410
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 411
if [ ! "$DEV" ]; then
if [ ! "$DEV" ]; then
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 412
DEFAULT_REPO="https://github.com/mailcow/mailcow-dockerized"
DEFAULT_REPO="https://github.com/mailcow/mailcow-dockerized"
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 413
CURRENT_REPO=$(git config --get remote.origin.url)
CURRENT_REPO=$(git config --get remote.origin.url)
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 414
if [ "$CURRENT_REPO" != "$DEFAULT_REPO" ]; then
if [ "$CURRENT_REPO" != "$DEFAULT_REPO" ]; then
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 415
echo "The Repository currently used is not the default mailcow Repository."
echo "The Repository currently used is not the default mailcow Repository."
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 416
echo "Currently Repository: $CURRENT_REPO"
echo "Currently Repository: $CURRENT_REPO"
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 417
echo "Default Repository: $DEFAULT_REPO"
echo "Default Repository: $DEFAULT_REPO"
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 418
if [ ! "$FORCE" ]; then
if [ ! "$FORCE" ]; then
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 419
read -r -p "Should it be changed back to default? [y/N] " repo_response
read -r -p "Should it be changed back to default? [y/N] " repo_response
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 420
if [[ "$repo_response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
if [[ "$repo_response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 421
git remote set-url origin $DEFAULT_REPO
git remote set-url origin $DEFAULT_REPO
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 422
fi
fi
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 423
else
else
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 424
echo "Running in forced mode... setting Repo to default!"
echo "Running in forced mode... setting Repo to default!"
same change
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 425
git remote set-url origin $DEFAULT_REPO
git remote set-url origin $DEFAULT_REPO
DerLinkman
over 2 years ago
5a10f2d
Fix repo change when running in forced mode
- Full commit hash
5a10f2dd7c14f1f08b12a220d8fb2f8430541889- Author
- DerLinkman <[email protected]>
- Date
- over 2 years ago
- Selected line
- 426
fi
fi
AlexHuebi
almost 3 years ago
a8930e8
fixed remote url override
- Full commit hash
a8930e8060104a3b943887d7a579be2838154cce- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 427
fi
fi
same change
a8930e8
fixed remote url override
- Full commit hash
a8930e8060104a3b943887d7a579be2838154cce- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 428
fi
fi
same change
a8930e8
fixed remote url override
- Full commit hash
a8930e8060104a3b943887d7a579be2838154cce- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 429
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 430
if [ ! "$DEV" ]; then
if [ ! "$DEV" ]; then
DerLinkman
almost 3 years ago
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 431
echo -e "\e[32mCommitting current status...\e[0m"
echo -e "\e[32mCommitting current status...\e[0m"
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 432
[[ -z "$(git config user.name)" ]] && git config user.name moo
[[ -z "$(git config user.name)" ]] && git config user.name moo
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 433
[[ -z "$(git config user.email)" ]] && git config user.email [email protected]
[[ -z "$(git config user.email)" ]] && git config user.email [email protected]
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 434
[[ ! -z $(git ls-files data/conf/rspamd/override.d/worker-controller-password.inc) ]] && git rm data/conf/rspamd/override.d/worker-controller-password.inc
[[ ! -z $(git ls-files data/conf/rspamd/override.d/worker-controller-password.inc) ]] && git rm data/conf/rspamd/override.d/worker-controller-password.inc
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 435
git add -u
git add -u
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 436
git commit -am "Before update on ${DATE}" > /dev/null
git commit -am "Before update on ${DATE}" > /dev/null
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 437
echo -e "\e[32mFetching updated code from remote...\e[0m"
echo -e "\e[32mFetching updated code from remote...\e[0m"
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 438
git fetch origin #${BRANCH}
git fetch origin #${BRANCH}
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 439
echo -e "\e[32mMerging local with remote code (recursive, strategy: \"${MERGE_STRATEGY:-theirs}\", options: \"patience\"...\e[0m"
echo -e "\e[32mMerging local with remote code (recursive, strategy: \"${MERGE_STRATEGY:-theirs}\", options: \"patience\"...\e[0m"
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 440
git config merge.defaultToUpstream true
git config merge.defaultToUpstream true
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 441
git merge -X"${MERGE_STRATEGY:-theirs}" -Xpatience -m "After update on ${DATE}"
git merge -X"${MERGE_STRATEGY:-theirs}" -Xpatience -m "After update on ${DATE}"
DerLinkman
almost 3 years ago
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 442
# Need to use a variable to not pass return codes of if checks
# Need to use a variable to not pass return codes of if checks
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 443
MERGE_RETURN=$?
MERGE_RETURN=$?
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 444
if [[ ${MERGE_RETURN} == 128 ]]; then
if [[ ${MERGE_RETURN} == 128 ]]; then
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 445
echo -e "\e[31m\nOh no, what happened?\n=> You most likely added files to your local mailcow instance that were now added to the official mailcow repository. Please move them to another location before updating mailcow.\e[0m"
echo -e "\e[31m\nOh no, what happened?\n=> You most likely added files to your local mailcow instance that were now added to the official mailcow repository. Please move them to another location before updating mailcow.\e[0m"
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 446
exit 1
exit 1
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 447
elif [[ ${MERGE_RETURN} == 1 ]]; then
elif [[ ${MERGE_RETURN} == 1 ]]; then
Hassan A Hashim
almost 2 years ago
3bf90c1
Fix typo for word `Potential` in `update.sh` file.
- Full commit hash
3bf90c1f73412073eca44219eb55a1c54d793406- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 448
echo -e "\e[93mPotential conflict, trying to fix...\e[0m"
echo -e "\e[93mPotential conflict, trying to fix...\e[0m"
DerLinkman
almost 3 years ago
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 449
git status --porcelain | grep -E "UD|DU" | awk '{print $2}' | xargs rm -v
git status --porcelain | grep -E "UD|DU" | awk '{print $2}' | xargs rm -v
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 450
git add -A
git add -A
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 451
git commit -m "After update on ${DATE}" > /dev/null
git commit -m "After update on ${DATE}" > /dev/null
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 452
git checkout .
git checkout .
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 453
echo -e "\e[32mRemoved and recreated files if necessary.\e[0m"
echo -e "\e[32mRemoved and recreated files if necessary.\e[0m"
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 454
elif [[ ${MERGE_RETURN} != 0 ]]; then
elif [[ ${MERGE_RETURN} != 0 ]]; then
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 455
echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
echo -e "\e[31m\nOh no, something went wrong. Please check the error message above.\e[0m"
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 456
echo
echo
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 457
echo "Run $COMPOSE_COMMAND up -d to restart your stack without updates or try again after fixing the mentioned errors."
echo "Run $COMPOSE_COMMAND up -d to restart your stack without updates or try again after fixing the mentioned errors."
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 458
exit 1
exit 1
same change
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 459
fi
fi
DerLinkman
12 months ago
88bf9b0
core: modules splitting + ipv6 nat rewrite (#6634)
- Full commit hash
88bf9b02e112bced1d37c69a885d8dbad4cd657a- Author
- DerLinkman <[email protected]>
- Date
- 12 months ago
- Selected line
- 460
else
else
DerLinkman
almost 3 years ago
61e23b6
Added Dev Mode option for git diff creation
- Full commit hash
61e23b6b81f5f5eaf8b389874c2c25ebecb1e83f- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 461
echo -e "\e[33mDEVELOPER MODE: Not creating a git diff and commiting it to prevent development stuff within a backup diff...\e[0m"
echo -e "\e[33mDEVELOPER MODE: Not creating a git diff and commiting it to prevent development stuff within a backup diff...\e[0m"
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 462
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 463
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 464
echo -e "\e[32mFetching new images, if any...\e[0m"
echo -e "\e[32mFetching new images, if any...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 465
sleep 2
sleep 2
DerLinkman
almost 4 years ago
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 466
$COMPOSE_COMMAND pull
$COMPOSE_COMMAND pull
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 467
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 468
# Fix missing SSL, does not overwrite existing files
# Fix missing SSL, does not overwrite existing files
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 469
[[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl
[[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 470
cp -n -d data/assets/ssl-example/*.pem data/assets/ssl/
cp -n -d data/assets/ssl-example/*.pem data/assets/ssl/
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 471
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 472
echo -e "Checking IPv6 settings... "
echo -e "Checking IPv6 settings... "
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 473
if grep -q 'SYSCTL_IPV6_DISABLED=1' mailcow.conf; then
if grep -q 'SYSCTL_IPV6_DISABLED=1' mailcow.conf; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 474
echo
echo
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 475
echo '!! IMPORTANT !!'
echo '!! IMPORTANT !!'
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 476
echo
echo
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 477
echo 'SYSCTL_IPV6_DISABLED was removed due to complications. IPv6 can be disabled by editing "docker-compose.yml" and setting "enable_ipv6: true" to "enable_ipv6: false".'
echo 'SYSCTL_IPV6_DISABLED was removed due to complications. IPv6 can be disabled by editing "docker-compose.yml" and setting "enable_ipv6: true" to "enable_ipv6: false".'
DerLinkman
about 3 years ago
0927c5d
Fixed small typo in update.sh
- Full commit hash
0927c5df57618e4fc2516232176fa2d755058eeb- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 478
echo "This setting will only be active after a complete shutdown of mailcow by running $COMPOSE_COMMAND down followed by $COMPOSE_COMMAND up -d."
echo "This setting will only be active after a complete shutdown of mailcow by running $COMPOSE_COMMAND down followed by $COMPOSE_COMMAND up -d."
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 479
echo
echo
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 480
echo '!! IMPORTANT !!'
echo '!! IMPORTANT !!'
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 481
echo
echo
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 482
read -p "Press any key to continue..." < /dev/tty
read -p "Press any key to continue..." < /dev/tty
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 483
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 484
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 485
# Checking for old project name bug
# Checking for old project name bug
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 486
sed -i --follow-symlinks 's#COMPOSEPROJECT_NAME#COMPOSE_PROJECT_NAME#g' mailcow.conf
sed -i --follow-symlinks 's#COMPOSEPROJECT_NAME#COMPOSE_PROJECT_NAME#g' mailcow.conf
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 487
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 488
# Fix Rspamd maps
# Fix Rspamd maps
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 489
if [ -f data/conf/rspamd/custom/global_from_blacklist.map ]; then
if [ -f data/conf/rspamd/custom/global_from_blacklist.map ]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 490
mv data/conf/rspamd/custom/global_from_blacklist.map data/conf/rspamd/custom/global_smtp_from_blacklist.map
mv data/conf/rspamd/custom/global_from_blacklist.map data/conf/rspamd/custom/global_smtp_from_blacklist.map
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 491
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 492
if [ -f data/conf/rspamd/custom/global_from_whitelist.map ]; then
if [ -f data/conf/rspamd/custom/global_from_whitelist.map ]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 493
mv data/conf/rspamd/custom/global_from_whitelist.map data/conf/rspamd/custom/global_smtp_from_whitelist.map
mv data/conf/rspamd/custom/global_from_whitelist.map data/conf/rspamd/custom/global_smtp_from_whitelist.map
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 494
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 495
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 496
# Fix deprecated metrics.conf
# Fix deprecated metrics.conf
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 497
if [ -f "data/conf/rspamd/local.d/metrics.conf" ]; then
if [ -f "data/conf/rspamd/local.d/metrics.conf" ]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 498
if [ ! -z "$(git diff --name-only origin/master data/conf/rspamd/local.d/metrics.conf)" ]; then
if [ ! -z "$(git diff --name-only origin/master data/conf/rspamd/local.d/metrics.conf)" ]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 499
echo -e "\e[33mWARNING\e[0m - Please migrate your customizations of data/conf/rspamd/local.d/metrics.conf to actions.conf and groups.conf after this update."
echo -e "\e[33mWARNING\e[0m - Please migrate your customizations of data/conf/rspamd/local.d/metrics.conf to actions.conf and groups.conf after this update."
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 500
echo "The deprecated configuration file metrics.conf will be moved to metrics.conf_deprecated after updating mailcow."
echo "The deprecated configuration file metrics.conf will be moved to metrics.conf_deprecated after updating mailcow."
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 501
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 502
mv data/conf/rspamd/local.d/metrics.conf data/conf/rspamd/local.d/metrics.conf_deprecated
mv data/conf/rspamd/local.d/metrics.conf data/conf/rspamd/local.d/metrics.conf_deprecated
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 503
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 504
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 505
# Set app_info.inc.php
# Set app_info.inc.php
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 506
if [ ${BRANCH} == "master" ]; then
if [ ${BRANCH} == "master" ]; then
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 507
mailcow_git_version=$(git describe --tags $(git rev-list --tags --max-count=1))
mailcow_git_version=$(git describe --tags $(git rev-list --tags --max-count=1))
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 508
elif [ ${BRANCH} == "nightly" ]; then
elif [ ${BRANCH} == "nightly" ]; then
DerLinkman
almost 4 years ago
5ea4305
Fix Upstream Commit ID grep
- Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 509
mailcow_git_version=$(git rev-parse --short $(git rev-parse @{upstream}))
mailcow_git_version=$(git rev-parse --short $(git rev-parse @{upstream}))
DerLinkman
almost 4 years ago
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 510
mailcow_last_git_version=""
mailcow_last_git_version=""
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 511
else
else
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 512
mailcow_git_version=$(git rev-parse --short HEAD)
mailcow_git_version=$(git rev-parse --short HEAD)
DerLinkman
almost 4 years ago
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 513
mailcow_last_git_version=""
mailcow_last_git_version=""
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 514
fi
fi
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 515
Hassan A Hashim
almost 2 years ago
3d62869
Fix: bash variables are not quoted (#6022)
- Full commit hash
3d628696643d5b1a1dd68bcbc5ff3051c0d1b0c6- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 516
mailcow_git_commit=$(git rev-parse "origin/${BRANCH}")
mailcow_git_commit=$(git rev-parse "origin/${BRANCH}")
DerLinkman
almost 4 years ago
778a3ed
Use universal Git Commit Date Command
- Full commit hash
778a3ed551c270d0bb104eddd26c3587fcc25df4- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 517
mailcow_git_commit_date=$(git log -1 --format=%ci @{upstream} )
mailcow_git_commit_date=$(git log -1 --format=%ci @{upstream} )
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 518
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 519
if [ $? -eq 0 ]; then
if [ $? -eq 0 ]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 520
echo '<?php' > data/web/inc/app_info.inc.php
echo '<?php' > data/web/inc/app_info.inc.php
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 521
echo ' $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 522
echo ' $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 523
echo ' $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 524
echo ' $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
FreddleSpl0it
over 4 years ago
bdd8b4a
[Web] Footer fix (#4500)
- Full commit hash
bdd8b4a5abe4f142c0e2a6a3ba12e19730538884- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 525
echo ' $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 526
echo ' $MAILCOW_GIT_COMMIT="'$mailcow_git_commit'";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_COMMIT="'$mailcow_git_commit'";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 527
echo ' $MAILCOW_GIT_COMMIT_DATE="'$mailcow_git_commit_date'";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_COMMIT_DATE="'$mailcow_git_commit_date'";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 528
echo ' $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 529
echo ' $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 530
echo '?>' >> data/web/inc/app_info.inc.php
echo '?>' >> data/web/inc/app_info.inc.php
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 531
else
else
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 532
echo '<?php' > data/web/inc/app_info.inc.php
echo '<?php' > data/web/inc/app_info.inc.php
DerLinkman
almost 4 years ago
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 533
echo ' $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_VERSION="'$mailcow_git_version'";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 534
echo ' $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_LAST_GIT_VERSION="";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 535
echo ' $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_OWNER="mailcow";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 536
echo ' $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_REPO="mailcow-dockerized";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 537
echo ' $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_URL="https://github.com/mailcow/mailcow-dockerized";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 538
echo ' $MAILCOW_GIT_COMMIT="";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_COMMIT="";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 539
echo ' $MAILCOW_GIT_COMMIT_DATE="";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_GIT_COMMIT_DATE="";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 540
echo ' $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_BRANCH="'$BRANCH'";' >> data/web/inc/app_info.inc.php
same change
b16b276
Implement nightly/stable switch in update.sh
- Full commit hash
b16b276f369a820d8c2cd2a7f9abb927ef3606d9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 541
echo ' $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
echo ' $MAILCOW_UPDATEDAT='$(date +%s)';' >> data/web/inc/app_info.inc.php
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 542
echo '?>' >> data/web/inc/app_info.inc.php
echo '?>' >> data/web/inc/app_info.inc.php
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 543
echo -e "\e[33mCannot determine current git repository version...\e[0m"
echo -e "\e[33mCannot determine current git repository version...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 544
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 545
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 546
if [[ ${SKIP_START} == "y" ]]; then
if [[ ${SKIP_START} == "y" ]]; then
DerLinkman
almost 4 years ago
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 547
echo -e "\e[33mNot starting mailcow, please run \"$COMPOSE_COMMAND up -d --remove-orphans\" to start mailcow.\e[0m"
echo -e "\e[33mNot starting mailcow, please run \"$COMPOSE_COMMAND up -d --remove-orphans\" to start mailcow.\e[0m"
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 548
else
else
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 549
echo -e "\e[32mStarting mailcow...\e[0m"
echo -e "\e[32mStarting mailcow...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 550
sleep 2
sleep 2
DerLinkman
almost 4 years ago
55f810b
Implemented new compose check in update.sh
- Full commit hash
55f810b23f75952f92048db028244f901135fcf9- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 551
$COMPOSE_COMMAND up -d --remove-orphans
$COMPOSE_COMMAND up -d --remove-orphans
FreddleSpl0it
over 4 years ago
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 552
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 553
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 554
echo -e "\e[32mCollecting garbage...\e[0m"
echo -e "\e[32mCollecting garbage...\e[0m"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 555
docker_garbage
docker_garbage
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 556
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 557
# Run post-update-hook
# Run post-update-hook
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 558
if [ -f "${SCRIPT_DIR}/post_update_hook.sh" ]; then
if [ -f "${SCRIPT_DIR}/post_update_hook.sh" ]; then
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 559
bash "${SCRIPT_DIR}/post_update_hook.sh"
bash "${SCRIPT_DIR}/post_update_hook.sh"
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 560
fi
fi
same change
f3f6fb8
[Web] add github version tag error handling
- Full commit hash
f3f6fb890857f49a25dc675a9d327e33e8183b21- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 561
DerLinkman
almost 4 years ago
5ea4305
Fix Upstream Commit ID grep
- Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 562
# echo "In case you encounter any problem, hard-reset to a state before updating mailcow:"
# echo "In case you encounter any problem, hard-reset to a state before updating mailcow:"
same change
5ea4305
Fix Upstream Commit ID grep
- Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 563
# echo
# echo
same change
5ea4305
Fix Upstream Commit ID grep
- Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 564
# git reflog --color=always | grep "Before update on "
# git reflog --color=always | grep "Before update on "
same change
5ea4305
Fix Upstream Commit ID grep
- Full commit hash
5ea43051856104e9ea5d01bde800b0180e6edd04- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 565
# echo
# echo
AlexHuebi
almost 3 years ago
e265012
"temp" change - removed "git remote set-url"
- Full commit hash
e26501261e232a1edc3229173eede4862f982625- Author
- AlexHuebi <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 566
# echo "Use \"git reset --hard hash-on-the-left\" and run $COMPOSE_COMMAND up -d afterwards."
# echo "Use \"git reset --hard hash-on-the-left\" and run $COMPOSE_COMMAND up -d afterwards."