Skip to content

unable to connect with uget-integrator - permissions/umask #45

@jeffenstein

Description

@jeffenstein

Hi,

I had an issue with "Unable to connect with uget-integrator" after using the install script from the git repository.

The problem was that my .profile sets my umask to 077, and the install script does not set it to 022 before creating the directories and copying files, so all of the files and directories were owned by root, and not readable by normal users. Doing a chmod go+rx on the files & directories fixed the issue.

Could you add 'umask 022' to the top of the installation script?

Best Regards,
Jeff

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions