amiaopensource / ltopers

Bash scripts to manage LTO cartridges with LTFS
https://github.com/amiaopensource/ltopers
MIT License
39 stars 8 forks source link

`verifylto` needs database #106

Closed retokromer closed 7 years ago

retokromer commented 7 years ago
privatezero commented 7 years ago

All the DB related functions in verifylto are contained in if [ "${PREMIS_DB}" = "Y" ] ; then conditionals and shouldn't have any effect on the normal usage of verifylto unless the DB is specifically configured and turned on using mmconfig.

I wouldn't classify it as dependent on the DB, as it can function totally independently of the DB as well.

retokromer commented 7 years ago

Thank you very much! https://github.com/amiaopensource/ltopers/pull/107 should resolve this without need to move the function (nor to create another one).