start.sh not working. Step 12 fails, doesn't find config #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
for a clean install the version 0.9.5 doesn't work, as it doesn't find the config example and thus can't copy it.
It expects the config.ini.example file in a subfolder "config", but the file exists just on the root folder (same level as the start.sh).
mkdir config and cp config.ini.example there solves the issue.
Good work otherwise!
Thanks for the report! This is fixed in the upcoming v0.9.6 release —
start.shwill now automatically create theconfig/directory and copyconfig.ini.exampleinto it on first run.Until then, the workaround you found (
mkdir config && cp config.ini.example config/) is correct.