mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
dev
This commit is contained in:
parent
3c9960f7f6
commit
25e678a2a0
|
@ -30,9 +30,9 @@ if [ ! -s ${QL_DIR}/config/config.sh ]; then
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -s ${QL_DIR}/config/auth.json ]; then
|
if [ ! -s ${QL_DIR}/config/auth.sample.json ]; then
|
||||||
echo -e "检测到config配置目录下不存在auth.json,从示例文件复制一份用于初始化...\n"
|
echo -e "检测到config配置目录下不存在auth.json,从示例文件复制一份用于初始化...\n"
|
||||||
cp -fv ${QL_DIR}/sample/auth.json ${QL_DIR}/config/auth.json
|
cp -fv ${QL_DIR}/sample/auth.sample.json ${QL_DIR}/config/auth.json
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
## 目录
|
## 目录
|
||||||
|
dir_sample=$dir_root/sample
|
||||||
dir_config=$dir_root/config
|
dir_config=$dir_root/config
|
||||||
dir_scripts=$dir_root/scripts
|
dir_scripts=$dir_root/scripts
|
||||||
dir_raw=$dir_scripts/raw
|
dir_raw=$dir_scripts/raw
|
||||||
|
|
Loading…
Reference in New Issue
Block a user