diff --git a/start.sh b/start.sh index 3d17bd9..bfc48fb 100644 --- a/start.sh +++ b/start.sh @@ -169,7 +169,7 @@ validate_binary() { if ! file "$file" | grep -q -E "ELF|Mach-O"; then echo "FALSE: File is not a valid executable binary" return 1 - } + fi # Looks good echo "TRUE: Valid binary"