Skip to content

userguide.pdf: Installing IBController: On Unix: chmod command affecting wider scope than required. #127

Description

@shevkoplyas

just a small fix:
in userguide.pdf there's a place:

you’ll need to make the script f iles executable, using a command similar to this:
cd /opt
chmod -R u+x *.sh

which recursively adding executable flag on all files with .sh extension. On my Mac it could affect 320 files:

sudo find /opt -name '*.sh' | wc -l
320

instead it should "change directory" 1 level deeper:

cd /opt/IBController
chmod -R u+x *.sh

Of cause same applies to "userguide.md".

thanks,
Dmitry

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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