1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Prettier fd-commit indenting

This commit is contained in:
Daniel Martí 2014-02-13 08:17:58 +01:00
parent b706ec986f
commit c2963c9cde

View File

@ -21,7 +21,12 @@
commands=()
if [ ! -d metadata ]; then
[ -d ../metadata ] && cd .. || { echo "No metadata files found!"; exit 2; }
if [ -d ../metadata ]; then
cd ..
else
echo "No metadata files found!"
exit 2
fi
fi
while read line; do