mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
comment
This commit is contained in:
@@ -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"* ]];
|
||||||
|
|||||||
Reference in New Issue
Block a user