dcb0d3c365
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
13 lines
423 B
Bash
Executable File
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
|