Browse Source

Update README.md

pull/34/head
007revad 3 years ago
committed by GitHub
parent
commit
8a188e6b77
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -58,10 +58,10 @@ ### Scheduling the script in Synology's Task Scheduler
### Running the script via SSH
You run the script in a shell with sudo or as root.
You run the script in a shell with sudo i or as root.
```YAML
sudo /path-to-script/syno_hdd_db.sh
sudo i /path-to-script/syno_hdd_db.sh
```
**Note:** Replace /path-to-script/ with the actual path to the script on your Synology.
@ -71,7 +71,7 @@ ### Running the script via SSH
If you run the script with the -showedits flag it will show you the changes it made to the Synology's compatible-drive database. Obviously this is only useful if you run the script in a shell.
```YAML
sudo /path-to-script/syno_hdd_db.sh -showedits
sudo i /path-to-script/syno_hdd_db.sh -showedits
```
**Note:** Replace /path-to-script/ with the actual path to the script on your Synology.

Loading…
Cancel
Save