🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/03-files.sh
This commit is contained in:
casjay 2024-08-15 18:57:34 -04:00
parent 6659b507b8
commit c94094185d
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -