diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
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!" |