Update README.md

Added missing "/".
This commit is contained in:
Holger Pannenbäcker 2022-01-31 19:13:43 +01:00 committed by GitHub
parent baf1ad46b9
commit faaf5494d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ This script checks yout ZFS replication an generates reports in different flavou
```
wget -O /usr/local/bin/checkzfs https://raw.githubusercontent.com/bashclub/check-zfs-replication/main/checkzfs.py
chmod +x usr/local/bin/checkzfs
chmod +x /usr/local/bin/checkzfs
checkzfs --help
```