Browse Source

Update syno_hdd_db.sh

v3.3.71
- Bug fix for enablings creating storage pools in Storage Manager for M.2 drives in PCIe adaptor cards. 
- Bug fix for not copying syno_hdd_db_vendors.txt to script location when script updates itself.
pull/186/head
Dave Russell 2 years ago
committed by GitHub
parent
commit
7a35bfca91
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      syno_hdd_db.sh

4
syno_hdd_db.sh

@ -404,7 +404,7 @@ if ! printf "%s\n%s\n" "$tag" "$scriptver" |
echo -e "${Error}ERROR${Off} Failed to set permissions on:"
echo "$scriptpath/$vidstxt"
fi
vids_txt=" and syno_hdd_vendor_ids.txt"
vids_txt=", syno_hdd_vendor_ids.txt"
fi
fi
fi
@ -423,7 +423,7 @@ if ! printf "%s\n%s\n" "$tag" "$scriptver" |
echo -e "${Error}ERROR${Off} Failed to set permissions on:"
echo "$scriptpath/CHANGES.txt"
fi
changestxt=" and changes.txt"
changestxt=", changes.txt"
fi
fi

Loading…
Cancel
Save