You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all scripts copy config.ini to /etc/cyberway/config.ini and add p2p nodes to it.
But config.ini can contain custom settings and they will be lost on each updating.
We should get user settings from /etc/cyberway/predefined.ini.
Steps in scripts:
Copy config.ini
Add p2p nodes to it
Add user settings from /etc/cyberway/predefined.ini
The text was updated successfully, but these errors were encountered:
Currently, all scripts copy config.ini to /etc/cyberway/config.ini and add p2p nodes to it.
But config.ini can contain custom settings and they will be lost on each updating.
We should get user settings from /etc/cyberway/predefined.ini.
Steps in scripts:
The text was updated successfully, but these errors were encountered: