SyntaxFix
Write A Post
Hire A Developer
Questions
Does the path specified in ${OUPUT_RESULTS} contain any whitespace characters? If so, you may want to consider using ... >> "${OUPUT_RESULTS}" (using quotes).
... >> "${OUPUT_RESULTS}"
(You may also want to consider renaming your variable to ${OUTPUT_RESULTS})
${OUTPUT_RESULTS}