Commit f7dc2b01 by wutong

CD/CI

parent cd89e2ad
...@@ -36,7 +36,7 @@ fi ...@@ -36,7 +36,7 @@ fi
# Write myid only if it doesn't exist # Write myid only if it doesn't exist
if [[ ! -f "$ZOO_DATA_DIR/myid" ]]; then if [[ ! -f "$ZOO_DATA_DIR/myid" ]]; then
echo "${ZOO_MY_ID:1}" > "$ZOO_DATA_DIR/myid" echo "${ZOO_MY_ID:2}" > "$ZOO_DATA_DIR/myid"
fi fi
exec "$@" exec "$@"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment