-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move config.ini to config.example to make upgrades easier. #163
Conversation
Update .gitignore and README.md files
I like this! |
I did not want to propose too many changes in my first contribution but when this gets accepted, the installation/upgrade process could be restructured like this: cd /data/
git clone reponame
cd dbus-opendtu/
mv config.example config.ini
vi config.ini
./install.sh and then upgrade would work that way: git add .
git commit -m "preserve config"
git pull
./restart.sh |
@0x7878 we still have the Versioning failing, can you check in the github action |
Is there something I need to do? |
@stlorenz don't worry. It's just us. We have to improve our GitHub Actions. That's all. We need more time to get it done. |
If you push something to this repo, the error should go away and we can merge this. |
done. |
Look good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks very good, ready to merge
I have renamed the example config to
config.example
and updated the doc accordingly.With that change, an update does not overwrite the existing
config.ini
Update .gitignore and README.md files