Hi all,
during a mender artifact creation, I want to append all files that start with a certain name, e.g. “driverscript_*”. I tried using
mender-artifact write module-image
-f driverscript_*
with driverscript_1.sh and driverscript_2.sh in the same folder.
However, this just adds the one (the first?) file that matches the wildcard, ignoring all others.
Is there an option to append multiple files like this without having to specify all file names?
Thanks in advance,
Greetings