Dockerfile: fix bash completion

Signed-off-by: Benedikt Braunger <braunger@zib.de>
This commit is contained in:
Beni
2024-11-22 12:58:38 +01:00
committed by Benedikt Braunger
parent 86b9d11475
commit 619ccae860

View File

@@ -77,7 +77,7 @@ RUN zypper -n install \
container-scripts/config-warewulf \
/container &&\
mkdir -p /usr/share/bash_completion/completions/ &&\
cp /etc/warewulf/bash_completion.d/warewulf /usr/share/bash_completion/completions/warewulf &&\
cp /etc/warewulf/bash_completion.d/* /usr/share/bash_completion/completions/ &&\
mv -v container-scripts/ww4-config.service /etc/systemd/system/ &&\
mv -v container-scripts/warewulfd.service /etc/systemd/system/ &&\
systemctl enable ww4-config &&\