-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Generalizes sed and fixes dry-run cmd (#363)
#### Motivation I experienced a few errors when running the install script using the `--enable-self-signed-ca` flag from the recently merged #342. #### Modifications - Use `sed -i.bak` to work around different versions of it, originally resulting in `sed: -i: No such file or directory` for me. - Fix `--dry-run` error which requires a set value [(none, server, or client)](https://stackoverflow.com/questions/69531858/what-is-the-different-dry-run-opportunities) - Fix typos #### Result Fixes errors associated with the `--enable-self-signed-ca` flag Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters