Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

runcmd directive concatenates commands instead of executing them separately #48

@jakub-d

Description

@jakub-d

Cloud config file:

#cloud-config
---

preserve_hostname: true

runcmd:
  - ls
  - ps
  - whoami

System logs indicate that those commands are joined into one string:

ucd[626]: [4.282477] lib: Executing: /bin/sh -c "ls ps whoami "

Those commands should be executed separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions