Fix syntax

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2014-02-05 22:03:32 +01:00
parent 4c1fbabdba
commit ed48c1a167

View File

@ -1,6 +1,7 @@
#!/bin/bash
# Proxy
if [ -x /usr/bin/tsocks ] then
if [ -x /usr/bin/tsocks ]
then
export TSOCKS_CONF_FILE=~/.config/tsocks/tsocks.conf
fi