From 81e0fd6c198bb0306ffea8831f4e1840c1fededd Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Wed, 22 Oct 2008 00:51:41 +0200 Subject: args. space. i hate you. Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ftpsync') diff --git a/bin/ftpsync b/bin/ftpsync index 90f5b9b..a431658 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -168,7 +168,7 @@ fi # Now source the config for the archive we run on. # (Yes, people can also overwrite the options above in the config file # if they want to) -if [-f "${BASEDIR}/etc/${NAME}.conf" ]; then +if [ -f "${BASEDIR}/etc/${NAME}.conf" ]; then . "${BASEDIR}/etc/${NAME}.conf" else echo "Nono, you can't tell us about random archives. Bad boy!" -- cgit v1.2.3