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