Skip to content
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

feat(deb): Moves to using jvb.conf only. #2304

Merged
merged 1 commit into from
Mar 7, 2025
Merged

feat(deb): Moves to using jvb.conf only. #2304

merged 1 commit into from
Mar 7, 2025

Conversation

damencho
Copy link
Member

@damencho damencho commented Mar 7, 2025

The empty jvb.conf has been added from the deb package since late 2020. Now we can assume when this file is missing, this is a new install and will create one with default values.

debian/postinst Outdated
if [ ! -f $HOCON_CONFIG ]; then
echo "Generating an empty hocon config"
echo "Generating an default hocon config"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "a default"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thank you.

@damencho damencho merged commit 80ae790 into master Mar 7, 2025
4 checks passed
@damencho damencho deleted the drop-sipcomm branch March 7, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants