tzdata error fix

This commit is contained in:
ElevenNotes
2025-02-07 07:05:15 +01:00
parent 1e7ec66f87
commit fdb14fa9a8
3 changed files with 34 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/ash
if [ -z "${1}" ]; then
eleven log start
set -- "pykms_Server" \
cd /opt/py-kms
set -- "python3" \
pykms_Server.py \
${KMS_IP} \
${KMS_PORT} \
-l ${KMS_LOCALE} \
@@ -13,6 +14,8 @@
-V ${KMS_LOGLEVEL} \
-F /var/log/kms.log \
-y
eleven log start
fi
exec "$@"