🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/03-files.sh
This commit is contained in:
casjay 2024-08-27 13:48:35 -04:00
parent 2b27abddad
commit 3a57dffe04
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -68,7 +68,7 @@ fi
unset config
if [ -d "/tmp/data" ]; then
for data in "/tmp/data"/*; do
name="$(basename "$bin")"
name="$(basename "$data")"
echo "Installing $data to /usr/local/share/template-files/data"
if [ -d "$data" ]; then
mkdir -p "/usr/local/share/template-files/data/$name"