From d606a536a40bff09cd3b82e4e0197d809427207f Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 1 Apr 2020 17:29:21 -0400 Subject: [PATCH] run before custom scripts --- README.md | 2 +- root/etc/cont-init.d/{99-openssh-client => 98-openssh-client} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename root/etc/cont-init.d/{99-openssh-client => 98-openssh-client} (100%) diff --git a/README.md b/README.md index d6b93e76..e2dcdc6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Docker mod for openssh-server +# OpenSSH-Client - Docker mod for openssh-server This mod adds openssh-client to openssh-server, to be installed/updated during container start. diff --git a/root/etc/cont-init.d/99-openssh-client b/root/etc/cont-init.d/98-openssh-client similarity index 100% rename from root/etc/cont-init.d/99-openssh-client rename to root/etc/cont-init.d/98-openssh-client