Update entrypoint.sh

This commit is contained in:
0xlucasliao 2025-11-18 04:05:19 +08:00 committed by GitHub
parent 3fcf2ee54c
commit cdebb2b389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ for arg in "$@"; do
ENABLE_TASKEXECUTOR=0
shift
;;
--disable-datasyn)
--disable-datasync)
ENABLE_DATASYNC=0
shift
;;