Skip to content

[TM-272] Fix morley.sh

Roman Melnikov requested to merge rvem/tm272-fix-morley-sh into master

Description

Problem: Script doesn't work with empty ~/.morley folder, it complains about lack of db folder in it.

Solution: Create ~/.morley/db folder in script.

Related issue(s)

https://issues.serokell.io/issue/TM-272

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports