Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

[FEATURE]: Disable reboot for silent mode in enable-usb-sync.sh #450

@CWempe

Description

@CWempe

Is your feature request related to a problem?

No

Description

I am setting up my system via Ansible.

So I am using the silent mode (--silent) for the enable-usb-sync.sh script.

But this results in an error for ansible, because the ssh connection is lost "during" the execution of the script.

image

Describe the solution you'd like

A solution could be a new parameter to disable the automatic reboot. (opt out)
Or a parameter to enable reboot in silent mode (opt in)

One could argue the silent mode is intended to be run from a script.
Meaning the user could manually add a reboot command in the script if necessary. 😉

Describe alternatives you've considered

I guess I will alter the script via Ansible to disable the reboot as a workaround.
Then execute the reboot via Ansible.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions