mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
Update checkLabels.sh
This commit is contained in:
@@ -284,13 +284,13 @@ rm checkLabelCurrent.sh
|
|||||||
#${SELFLOCATION}/Installomator.sh version
|
#${SELFLOCATION}/Installomator.sh version
|
||||||
#echo
|
#echo
|
||||||
|
|
||||||
if [[ countWarning > 0 ]]; then
|
if [[ countWarning -gt 0 ]]; then
|
||||||
echo "${YELLOW}Warnings counted: $countWarning${NC}"
|
echo "${YELLOW}Warnings counted: $countWarning${NC}"
|
||||||
echo "${YELLOW}${warningLabels}${NC}"
|
echo "${YELLOW}${warningLabels}${NC}"
|
||||||
else
|
else
|
||||||
echo "${GREEN}No warnings detected!${NC}"
|
echo "${GREEN}No warnings detected!${NC}"
|
||||||
fi
|
fi
|
||||||
if [[ countError > 0 ]]; then
|
if [[ countError -gt 0 ]]; then
|
||||||
echo "${RED}ERRORS counted: $countError${NC}"
|
echo "${RED}ERRORS counted: $countError${NC}"
|
||||||
echo "${RED}i386 : ${errorLabelsi386}${NC}"
|
echo "${RED}i386 : ${errorLabelsi386}${NC}"
|
||||||
echo "${RED}arm64: ${errorLabelsarm64}${NC}"
|
echo "${RED}arm64: ${errorLabelsarm64}${NC}"
|
||||||
|
|||||||
Reference in New Issue
Block a user