Skip to content

Instantly share code, notes, and snippets.

@dmitrydanilich
Last active January 25, 2016 19:56
Show Gist options
  • Select an option

  • Save dmitrydanilich/3492d57cba89220939ba to your computer and use it in GitHub Desktop.

Select an option

Save dmitrydanilich/3492d57cba89220939ba to your computer and use it in GitHub Desktop.

Revisions

  1. dmitrydanilich revised this gist Jan 25, 2016. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions ownership.bash
    Original file line number Diff line number Diff line change
    @@ -1,3 +1 @@
    You should probably change the ownership and permissions of /usr/local
    back to your user account.
    sudo chown -R $(whoami):admin /usr/local
    sudo chown `whoami` /data/db
  2. dmitrydanilich created this gist Nov 8, 2015.
    3 changes: 3 additions & 0 deletions ownership.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    You should probably change the ownership and permissions of /usr/local
    back to your user account.
    sudo chown -R $(whoami):admin /usr/local