Commit 772fc1ce authored by jwarnier's avatar jwarnier
Browse files

fix indentation

parent c128b1e8
......@@ -4,9 +4,9 @@ set -e
cd /etc/getmail
rcfiles=""
for file in *.conf ; do
if [ $file != "*.conf" ]; then
rcfiles="$rcfiles -r $file"
fi
if [ $file != "*.conf" ]; then
rcfiles="$rcfiles -r $file"
fi
done
#echo $rcfiles
if [ -f /tmp/.getmail_lock ]; then
......@@ -17,4 +17,4 @@ else
/usr/bin/getmail -n -v -g /etc/getmail $rcfiles
fi
rm -f /tmp/.getmail_lock
fi
\ No newline at end of file
fi
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment