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

Use --option=value version for occ maintenance:install #9571

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

MichaIng
Copy link
Member

The --option=value version of passing options to the occ maintenance:install command is now used in the documentation, instead of the --option value variant. This solves issues with leading dashes in values, especially passwords. It also matches the occ help maintenance:install output.

Solves:

Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.

The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This  solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output.

Solves:
- nextcloud/server#26109
- #8190

Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.

Signed-off-by: MichaIng <micha@dietpi.com>
@MichaIng MichaIng merged commit b0f1f4f into master Apr 3, 2023
@MichaIng MichaIng deleted the fix/--option=value branch April 3, 2023 11:41
@ChristophWurst
Copy link
Member

/backport to stable26

@ChristophWurst
Copy link
Member

/backport to stable25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants