Skip to content

Commit

Permalink
added update script
Browse files Browse the repository at this point in the history
  • Loading branch information
djfordz committed Oct 22, 2017
1 parent 01f6743 commit 0550a97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ To uninstall:
use the uninstall script.

```
chmod +x uninstall
./uninstall
chmod +x uninstall.sh
./uninstall.sh
```

If plugin is already installed and you just want to update to the latest release, use update sript to preserve all User IP's

```
chmod +x update.sh
./update.sh
```

To add admin IP's or IP's that you do not want user to see or alter. add to `/etc/hosts.allow` where it is commented to add admin IP's
Expand Down
Empty file modified update.sh
100644 → 100755
Empty file.

0 comments on commit 0550a97

Please sign in to comment.