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