From c94094185d6a62a556ab29f125f7e573de866241 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 15 Aug 2024 18:57:34 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/root/docker/setup/03-files.sh --- rootfs/root/docker/setup/03-files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/root/docker/setup/03-files.sh b/rootfs/root/docker/setup/03-files.sh index a64f83f..8ada8dc 100755 --- a/rootfs/root/docker/setup/03-files.sh +++ b/rootfs/root/docker/setup/03-files.sh @@ -37,8 +37,8 @@ if [ -d "/tmp/etc" ]; then copy "/tmp/etc/." "/etc/" copy "/tmp/etc/." "/usr/local/share/template-files/config/" fi -if [ -d "/tmp/etc" ]; then - echo "Installing /tmp/etc to /etc" +if [ -d "/tmp/data" ]; then + echo "Installing /tmp/data to /usr/local/share/template-files/data" copy "/tmp/data/." "/usr/local/share/template-files/data/" fi # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -