Browse Source

force proxy restart

develop-etcd
François 1 year ago
parent
commit
b6e68a28d2
  1. 1
      bin/createUser.sh

1
bin/createUser.sh

@ -714,6 +714,7 @@ done <<< "${ALL_LINES}"
if [[ -n "${ALL_ORGA}" ]]; then
echo "sleep 2" | tee -a "${CMD_PROXY}"
echo "${KAZ_BIN_DIR}/container.sh start ${ALL_ORGA}" | tee -a "${CMD_PROXY}"
echo "cd \"${KAZ_COMP_DIR}/proxy/\"; ./proxy-gen.sh; docker-compose up -d; ./reload.sh " | tee -a "${CMD_PROXY}"
fi
###########################

Loading…
Cancel
Save