mirror of
https://github.com/11notes/docker-kms.git
synced 2025-10-23 04:52:15 +00:00
normalize readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/ash
|
||||
if [ -z "$1" ]; then
|
||||
elevenLogJSON info "starting ${APP_NAME} (${APP_VERSION})"
|
||||
if [ -z "${1}" ]; then
|
||||
elevenLogJSON info "starting ${APP_NAME}"
|
||||
set -- "python3" \
|
||||
/usr/local/bin/py-kms/pykms_Server.py \
|
||||
${KMS_IP} \
|
||||
|
Reference in New Issue
Block a user