try to fix data share remote exec

This commit is contained in:
Pim Kunis 2023-05-08 09:18:13 +02:00
parent 8c9120df6d
commit 88e3def563
3 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ runcmd:
- dhclient
- locale-gen
%{ if data_share != null }
%{ if data_share != "" }
mounts:
- ["data", "${data_share}", "9p", "trans=virtio,rw", "0", "0"]
%{ endif }