Compare commits

..

No commits in common. "569c2506e02dcb9f8380a02c9034b94f088a957b" and "3ad6ba68a69a0db5862ae6bf700e8175e966402e" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -49,12 +49,12 @@ if [ -f "${PART1_PATH}/.upgraded" ]; then
PRODUCTVER="$(readConfigKey "productver" "${USER_CONFIG_FILE}")"
PATURL="$(readConfigKey "paturl" "${USER_CONFIG_FILE}")"
PATSUM="$(readConfigKey "patsum" "${USER_CONFIG_FILE}")"
./menu.sh reconfiguringM "${MODEL}" "${PLATFORM}" || {
./menu.sh modelMenu "${MODEL}" "${PLATFORM}" || {
echo -e "$(TEXT "Reconfiguration failed!")"
exit 1
}
if [ -n "${PRODUCTVER}" ] && [ -n "${PATURL}" ]; then
./menu.sh reconfiguringV "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || {
./menu.sh productversMenu "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || {
echo -e "$(TEXT "Reconfiguration failed!")"
exit 1
}

View File

@ -3,7 +3,6 @@ synoinfo: &synoinfo
support_uasp: "yes"
support_printer: "yes"
support_usb_printer: "yes"
support_nvidia_gpu: "yes"
support_disk_compatibility: "no"
support_synodrive_ability: "no" # DS925+
support_memory_compatibility: "no"