Skip to content
Snippets Groups Projects
Verified Commit cc0b6ece authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Fix eula display

parent 69d918e6
Branches
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ April 2023 NDI® Technology License Agreement
NDI_EULA_END
echo $view_eula | less
read -p "Type y or Y to agree: " REPLY
if [ "$REPLY" != "y" ] && [ "$REPLY" != "Y" ]; then
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment