From ae78f33140c2e4549e4123f2f62795efa71245ce Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:03:12 +1100 Subject: [PATCH] Fix syntax error in getopt command --- syno_hdd_db.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index 331f09b..bc33207 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -117,7 +117,6 @@ args=("$@") # Check for flags with getopt if options="$(getopt -o SIabcdefghijklmnopqrstuvwxyz0123456789 -l \ ssd:,ihm,restore,showedits,noupdate,nodbupdate,m2,force,incompatible,ram,pcie,wdda,email,autoupdate:,reboot,help,version,debug -- "$@")"; then - -- "$@")"; then eval set -- "$options" while true; do case "$1" in