auanasgheps / snapraid-aio-script

The definitive all-in-one SnapRAID script on Linux. Diff, sync, scrub are things of the past. Manage SnapRAID and much, much more!
GNU General Public License v3.0
231 stars 37 forks source link

Update snapraid-aio-script.sh #48

Closed tehniemer closed 1 year ago

tehniemer commented 1 year ago

Change SNAPSCRIPTVERSION to match type of CONFIG_VERSION.

auanasgheps commented 1 year ago

It's just cosmetic, right? On my machine works without this change.

dm9tr0 commented 1 year ago

I would say it does not matter, it is more kind of OOP style.

tehniemer commented 1 year ago

Right, it doesn't seem to affect functionality likely because of the way bash evaluates the actual value of the variable, but it helps maintain consistency and readability throughout the script.