Skip to content

Commit

Permalink
readme: clarify paths
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sjölund <[email protected]>
  • Loading branch information
eriksjolund committed Nov 12, 2023
1 parent 90a3c53 commit fa7a9f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Test
```
$ uid=$(id -u)
$ gid=$(id -g)
$ find mariadb_data -not -user $uid
$ find mariadb_data -not -group $gid
$ find shared_html -not -user $uid
$ find shared_html -not -group $gid
$ find ~/mariadb_data -not -user $uid
$ find ~/mariadb_data -not -group $gid
$ find ~/shared_html -not -user $uid
$ find ~/shared_html -not -group $gid
$
```
__result__: yes
Expand Down

0 comments on commit fa7a9f7

Please sign in to comment.