mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-21 12:53:56 +08:00
Merge pull request #453 from linuxserver/openssh-server-rsync-s6v3
switch to hybrid (openssh-server-rsync)
This commit is contained in:
commit
a98ba01b77
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ ! -f "/usr/bin/rsync" ]; then
|
||||
echo "**** Adding rsync to package install list ****"
|
||||
echo "rsync" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** rsync already installed ****"
|
||||
fi
|
||||
@ -0,0 +1 @@
|
||||
oneshot
|
||||
@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-openssh-server-rsync-add-package/run
|
||||
Loading…
x
Reference in New Issue
Block a user