Use different syntax

This commit is contained in:
Dave Davenport 2016-01-03 21:47:40 +01:00
parent f65dc35036
commit c85f1cb0bf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ xdotool key 'u'
sleep 0.4
xdotool key Return
sleep 1;
kill -SIGINT ${RPID}
kill -s INT ${RPID}
# Get result, kill xvfb
wait ${RPID}
RETV=$?