Skip to content

init-common.sh expects group==user which may be false #72

@staniek

Description

@staniek

init-common.sh expects that group==user exists which may be not true

sudo chown -R $USER:$USER $ROOT

Solution is to use sudo chown -R $USER $ROOT maybe?

Affected are security-altered Ubuntu systems and also non-Ubuntu systems. My case is openSUSE which has no personal groups created for the users.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions