Skip to content

Commit

Permalink
Merge branch 'feat/embedded-registry-large-file' into feat/extract-ar…
Browse files Browse the repository at this point in the history
…tifacts
  • Loading branch information
erpz22 committed Aug 15, 2024
2 parents f53db94 + 39c8f2b commit aa6ff8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/combustion/templates/26-embedded-registry.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

mkdir /opt/hauler
cp {{ .RegistryDir }}/hauler /opt/hauler/hauler
rsync -avc {{ .RegistryDir }}/*-{{ .RegistryTarSuffix }} /opt/hauler/
rsync -av {{ .RegistryDir }}/*-{{ .RegistryTarSuffix }} /opt/hauler/

cat <<-EOF >/etc/systemd/system/eib-embedded-registry.service
[Unit]
Expand Down

0 comments on commit aa6ff8b

Please sign in to comment.