mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
pikvm-update powers off when --no-reboot flag is passed #961
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#961
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @afunix on GitHub (Nov 4, 2024).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
pikvm-update powers off when --no-reboot flag is passed
To Reproduce
Steps to reproduce the behavior, like:
pikvm-update --no-rebootExpected behavior
PiKVM software is updated, PiKVM keeps running until manually rebooted.
Screenshots
PiKVM info:
Additional context
There is an incorrect check for
_opt_power_offin the script, should be checked for-n:@mdevaev commented on GitHub (Nov 4, 2024):
Should be fixed now.