热更脚本修改

main
PC-202302260912\Administrator 2023-08-14 11:11:32 +08:00
parent 383e083e77
commit 0ac188ab20
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ git pull
check_json(){
path=${1}
if jq empty "${path}"; then
echo "${path}文件是有效的JSON格式。"
echo "${path} 文件是有效的JSON格式。"
else
echo "${path}文件不是有效的JSON格式。"
echo "${path} 文件不是有效的JSON格式。"
exit 0
fi
}