start.sh not working. Step 12 fails, doesn't find config #15

Closed
opened 2026-05-02 14:07:41 +02:00 by Nerdinat0r · 1 comment

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!

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!
Owner

Thanks for the report! This is fixed in the upcoming v0.9.6 release — start.sh will now automatically create the config/ directory and copy config.ini.example into it on first run.

Until then, the workaround you found (mkdir config && cp config.ini.example config/) is correct.

Thanks for the report! This is fixed in the upcoming **v0.9.6** release — `start.sh` will now automatically create the `config/` directory and copy `config.ini.example` into it on first run. Until then, the workaround you found (`mkdir config && cp config.ini.example config/`) is correct.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: viewit/KX-Bridge-Release#15
No description provided.