Skip to content

Commit 259cdaa

Browse files
make cluster id an option
1 parent 320ce36 commit 259cdaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747

4848
# Add cluster configuration if set
4949
if [ ! -z "${CLUSTER_ID}" ] && [ "${CLUSTER_ID}" != "" ]; then
50-
echo "ark_ClusterId=\"${CLUSTER_ID}\"" | tee -a /etc/arkmanager/arkmanager.cfg > /dev/null
50+
echo "arkopt_clusterid=\"${CLUSTER_ID}\"" | tee -a /etc/arkmanager/arkmanager.cfg > /dev/null
5151
echo "Cluster ID configured: ${CLUSTER_ID}"
5252
fi
5353

0 commit comments

Comments
 (0)