Fixing path.

This commit is contained in:
Dave Davenport
2015-11-28 12:59:10 +01:00
parent bf60d9c01c
commit ca6b1a8178
2 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ xdotool key Return
wait ${RPID}
RETV=$?
OUTPUT=$(cat output.txt | tr '\n' ' ')
echo ${OUTPUT}
if [ "${OUTPUT}" != 'noot ' ]
then
exit 1