From 0c57a6456dea94c03e6938f4c870a9ee2cb581eb Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 20 Sep 2024 19:40:56 +0200 Subject: [PATCH] disks: update 2 Signed-off-by: AuxXxilium --- disks/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disks/install.sh b/disks/install.sh index cfd2eaf..fb7faf3 100755 --- a/disks/install.sh +++ b/disks/install.sh @@ -443,7 +443,7 @@ if [ "${1}" = "patches" ]; then checkSynoboot - [ "$(_get_conf_kv supportportmappingv2)" = "yes" ] && dtModel "${2}" || nondtModel "${2}" + [ "$(_get_conf_kv supportportmappingv2)" = "yes" ] && dtModel "${2}" || nondtModel "${2}" "${3}" elif [ "${1}" = "late" ]; then echo "Installing addon disks - ${1}"