Skip to content

Commit 7dce15b

Browse files
authored
install-greengrass-lite.sh: make version mismatch a warning (#834)
1 parent 23d388f commit 7dce15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging/install-greengrass-lite.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ check_ubuntu_version() {
3131
return 0
3232
fi
3333
fi
34-
echo "Error: This greengrass lite package is only working with Ubuntu {{ UBUNTU_VERSION }}"
34+
echo "Warning: This greengrass lite package is only tested working with Ubuntu {{ UBUNTU_VERSION }}"
3535
echo "Current system: $PRETTY_NAME"
36-
exit 1
36+
return 0
3737
}
3838

3939

0 commit comments

Comments
 (0)