Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macbofh committed Jul 30, 2023
1 parent 6f1b3fd commit 66eef68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ $loggedInUser

This will be replaced by the username of only the current logged in user:

For example: appFiles+=("/Users/$loggedInUser/Library/Application Support/JamfConnect")
For example: ```appFiles+=("/Users/$loggedInUser/Library/Application Support/JamfConnect")```

```
<<Users>>
```
This will be replaced by the path of EVERY user homefolder:

For example: appFiles+=("<<Users>>/Library/Application Support/JamfConnect")
For example: ```appFiles+=("<<Users>>/Library/Application Support/JamfConnect")```

Because sometimes you want the remove files for every user on the Mac

Expand Down

0 comments on commit 66eef68

Please sign in to comment.