From 4fdc905bb72e45b3e63434ac222f960549bd6e93 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Thu, 30 Mar 2023 05:51:13 +1100 Subject: [PATCH] Update syno_hdd_db.sh --- syno_hdd_db.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index 24d9cf0..77f53fb 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -143,14 +143,14 @@ EOF # Check for flags with getopt if options="$(getopt -o abcdefghijklmnopqrstuvwxyz0123456789 -a \ - -l showedits,noupdate,m2,force,ram,help,version,debug -- "$@")"; then + -l showedits,noupdate,nodbupdate,m2,force,ram,help,version,debug -- "$@")"; then eval set -- "$options" while true; do case "${1,,}" in -s|--showedits) # Show edits done to host db file showedits=yes ;; - -n|--nodbupdate) # Disable disk compatibility db updates + -n|--nodbupdate|--noupdate) # Disable disk compatibility db updates nodbupdate=yes ;; -m|--m2) # Don't add M.2 drives to db files