markcraig / hdap-demo

Another try at an HDAP UI
MIT License
0 stars 0 forks source link

Remove trailing spaces after line continuation characters #2

Closed markcraig closed 6 months ago

markcraig commented 6 months ago

The trailing spaces cause a failure like this:

% ./opendj/setup \                                          
 --serverId evaluation-only \
 --deploymentId $DEPLOYMENT_ID \
 --deploymentIdPassword password \
 --rootUserDN uid=admin \
 --rootUserPassword password \
 --monitorUserPassword password \
 --hostname localhost \
 --adminConnectorPort 4444 \
 --ldapPort 1389 \
 --enableStartTls \
 --ldapsPort 1636 \
 --httpsPort 8443 \
 --replicationPort 8989 \
 --bootstrapReplicationServer localhost:8989 \
 --profile ds-evaluation \
 --start \
 --acceptLicense
An error occurred while parsing the command-line arguments: Argument ” ” does
not start with one or two dashes and unnamed trailing arguments are not
allowedSee “setup --help” to get more usage helpzsh: command not found: --serverId
zsh: command not found: --httpsPort
zsh: command not found: --replicationPort