This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
GUI does not save config in the right config file #25
Closed
Description
openedon Feb 22, 2019
Bug description
When Ict runs with a specified config --config ict2.cfg
, the changes in GUI are not saved in the right file (ict2.cfg), but in a ict.cfg
in the same directory as ict.jar
Ict version
Ict 0.5
Hardware Spec
Raspberry Pi 3b+ , diepti
Steps To Reproduce
- Install Ict 0.5
- Create a new config file for example
ict2.cfg
- Run Ict using
--config ict2.cfg
- Open webGUI and change stuff in config
- Restart Ict and see that the changes in the GUI were made in
ict.cfg
and notict2.cfg
Expected behaviour
Changes should be made in the file specified when Ict is launched.
Actual behaviour
Changes are made in a new default config file and the specified one is untouched.
Errors
N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment