2
0

feat: support debug setting, support load extenal i18n messages

This commit is contained in:
zhangsz
2025-01-20 21:06:28 +08:00
parent 691ef2a66c
commit c31cd7a906
6 changed files with 25 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ case "$1" in
# 如果conf目录下不存在相应的文件则拷贝
if [ ! -f "$conf_dir/$filename" ]; then
cp "$file" "$conf_dir/"
cp -rf "$file" "$conf_dir/"
fi
done
done