We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb3ce5 commit 31f76ccCopy full SHA for 31f76cc
docker-entrypoint.sh
@@ -16,7 +16,14 @@ fi
16
17
export ETCD_ADVERTISE_CLIENT_URLS="http://${AKASH_INGRESS_HOST}:${AKASH_EXTERNAL_PORT_2379}"
18
19
-source /opt/bitnami/scripts/etcd-env.sh
+# Load libraries
20
+. /opt/bitnami/scripts/libos.sh
21
+. /opt/bitnami/scripts/libetcd.sh
22
+
23
+# Load etcd environment settings
24
+. /opt/bitnami/scripts/etcd-env.sh
25
26
+am_i_root && ensure_user_exists "$ETCD_DAEMON_USER" --group "$ETCD_DAEMON_GROUP"
27
28
chown -R $ETCD_DAEMON_USER $ETCD_VOLUME_DIR
29
0 commit comments