From 8a188e6b7745b575c95e5b2878d9cb4a991d03a5 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:02:54 +1100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce1d305..e1687c5 100644 --- a/README.md +++ b/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.