Fix redirection to stderr in `settings.sh`
Incredibly minor, but made debugging multiple jobs running on a cluster a bit of a head scratcher!
Previous behaviour was redirecting to a file in the current directory called 2
rather than to stderr (i.e. >2
rather than 1>&2
).