Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker-warning.sh')
-rwxr-xr-xtools/docker-warning.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/docker-warning.sh b/tools/docker-warning.sh
deleted file mode 100755
index e4f5f40ee..000000000
--- a/tools/docker-warning.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-echo "Warning: This Docker image will soon be switching to Alpine Linux." >&2
-echo "You can switch now using the certbot/certbot repo on Docker Hub." >&2
-exec /opt/certbot/venv/bin/certbot $@