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
# use during testing to show exit conditions
echo "${exist[@]}"
echo "${update[@]}"
#echo "${exist[@]}"
#echo "${update[@]}"
# exit condition, exit when .md does not exist or changes requried
if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]];