This commit is contained in:
chonghe
2023-09-06 16:39:52 +08:00
committed by Tan Chee Keong
parent c21a384fa7
commit 3670fc7f2f

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"* ]];