This commit is contained in:
chonghe
2023-09-06 16:39:52 +08:00
parent a180809238
commit ed31b6b077

View File

@@ -79,8 +79,8 @@ do
done done
# use during testing to show exit conditions # use during testing to show exit conditions
echo "${exist[@]}" #echo "${exist[@]}"
echo "${update[@]}" #echo "${update[@]}"
# exit condition, exit when .md does not exist or changes requried # exit condition, exit when .md does not exist or changes requried
if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]]; if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]];