Skip to content

Commit 39c5246

Browse files
authored
Merge pull request #4200 from gnawhleinad/mkdir-p
guestagent: create the parent (install) directory
2 parents 1d1af09 + c558a5a commit 39c5246

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)