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

Enable starting an lxc container which was just created #1093

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sonlis
Copy link
Contributor

@Sonlis Sonlis commented Sep 2, 2024

Setting the boolean value would have no effect when creating the lxc.

This is because the check to start it was in an if block, which was executed only if the container was updated, not created.

Move the start of the container out of the if block, so it is checked everytime.

@Sonlis Sonlis force-pushed the bugfix/enable-starting-lxc-when-creating branch from acf8bae to f88cbc5 Compare September 2, 2024 15:49
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.

1 participant