[BRLTTY] Starting BRLTTY at Login

Samuel Thibault samuel.thibault at ens-lyon.org
Tue Sep 4 04:04:42 EDT 2007


Christopher Gray, le Mon 03 Sep 2007 17:22:11 -0700, a écrit :
> if [ -x /bin/brltty -a -f /etc/brltty.conf ] then /bin/brltty fi

There are missing ';'s : it should read as

if [ -x /bin/brltty -a -f /etc/brltty.conf ]; then /bin/brltty ; fi

Samuel


More information about the BRLTTY mailing list