Skip to content

Commit c558a5a

Browse files
committed
guestagent: create the parent (install) directory
Signed-off-by: Daniel Hwang <danielleehwang@gmail.com>
1 parent 9873c5e commit c558a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cidata/cidata.TEMPLATE.d/boot/25-guestagent-base.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if [ "${LIMA_CIDATA_MOUNTTYPE}" = "reverse-sshfs" ]; then
1818
fi
1919

2020
# Install or update the guestagent binary
21+
mkdir -p "${LIMA_CIDATA_GUEST_INSTALL_PREFIX}"/bin
2122
install -m 755 "${LIMA_CIDATA_MNT}"/lima-guestagent "${LIMA_CIDATA_GUEST_INSTALL_PREFIX}"/bin/lima-guestagent
2223

2324
# Launch the guestagent service

0 commit comments

Comments
 (0)