mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-10-03 00:02:53 -04:00
Compare commits
2 Commits
676c5ccf07
...
e78b8d5ecd
Author | SHA1 | Date | |
---|---|---|---|
|
e78b8d5ecd | ||
|
09c7d23d48 |
@ -155,6 +155,7 @@ docker_daemon_edit(){
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $ans =~ ^[Yy]$ ]]; then
|
if [[ $ans =~ ^[Yy]$ ]]; then
|
||||||
|
mkdir -p "$(dirname "$DOCKER_DAEMON_CONFIG")"
|
||||||
if [[ -n "$DOCKER_MAJOR" && "$DOCKER_MAJOR" -lt 27 ]]; then
|
if [[ -n "$DOCKER_MAJOR" && "$DOCKER_MAJOR" -lt 27 ]]; then
|
||||||
cat > "$DOCKER_DAEMON_CONFIG" <<EOF
|
cat > "$DOCKER_DAEMON_CONFIG" <<EOF
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user