Browse Source

tools/src/main/shell/*.sh: Expand tabs for consistency (#2548)

pull/2552/head
YAMAMOTO Takashi 6 years ago
committed by GitHub
parent
commit
dfd5ab3942
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/src/main/shell/client.keygen.sh
  2. 4
      tools/src/main/shell/server.keygen.sh

2
tools/src/main/shell/client.keygen.sh

@ -20,7 +20,7 @@ usage() {
echo "and imports server public key to client keystore"
echo "usage: ./client.keygen.sh [-p file]"
echo " -p | --props | --properties file Properties file. default value is ./keygen.properties"
echo " -h | --help | ? Show this message"
echo " -h | --help | ? Show this message"
}
PROPERTIES_FILE=keygen.properties

4
tools/src/main/shell/server.keygen.sh

@ -23,7 +23,7 @@ usage() {
echo " -d | --dir directory Server keystore directory, where the generated keystore file will be copied. If specified, overrides the value from the properties file"
echo " Default value is SERVER_KEYSTORE_DIR property from properties file"
echo " -p | --props | --properties file Properties file. default value is ./keygen.properties"
echo " -h | --help | ? Show this message"
echo " -h | --help | ? Show this message"
}
COPY=true;
@ -155,4 +155,4 @@ if [[ $COPY = true ]]; then
fi
fi
fi
echo "Done."
echo "Done."

Loading…
Cancel
Save