When mysteryshack is started, but the directory stated by data_path, doesn't exist, it fails with the error:
Failed to parse config: No such file or directory (os error 2)
mysteryshack should create the directory if it doesn't exist.
To reproduce
- Edit
config and set "data_path = hello"
- Run
./mysteryshack serve