Files
huike-back/cp_envs_moicen.sh
T
weli dcb0d3c365 chore(moicen): add env/bootstrap scripts for split AuthCore layout
Make moicen env copying compatible with sibling AuthCore repo and add start/stop/build helper scripts for huiwings stack bring-up on moicen hosts.

Made-with: Cursor
2026-04-25 15:06:11 +08:00

13 lines
423 B
Bash
Executable File

#!/bin/sh
set -x
# htyuc 在 AuthCore 时 huike 根下可无此目录
[ -d htyuc ] && cp envs/moicen/htyuc.env htyuc/.env
[ -d htyuc_models ] && cp envs/moicen/htyuc.env htyuc_models/.env
cp envs/moicen/htyws.env htyws/.env
cp envs/moicen/htyws.env htyws_models/.env
cp envs/moicen/htykc.env htykc/.env
cp envs/moicen/htykc.env htykc_models/.env
cp envs/moicen/htyts.env htyts/.env
cp envs/moicen/htyproc.env htyproc/.env