007revad / Synology_enable_Deduplication

Enable deduplication with non-Synology SSDs and unsupported NAS models
MIT License
70 stars 4 forks source link

Auto update is trying to copy the wrong script syno_hdd_db.sh instead of syno_enable_dedupe #44

Closed herbingk closed 6 months ago

herbingk commented 6 months ago

Auto update is trying to copy syno_hdd_db.sh instead of syno_enable_dedupe.sh. The related script code is

                        # Copy new script sh files to script location
                        if ! cp -p "/tmp/$script-$shorttag/syno_hdd_db.sh" "${scriptpath}/${scriptfile}";
                        then

Thanks for looking into it.

007revad commented 6 months ago

I found that a few days ago and have fixed it but haven't uploaded the updated script to GitHub yet.

007revad commented 6 months ago

Fixed in https://github.com/007revad/Synology_enable_Deduplication/releases/tag/v1.2.17

Thank you.