mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Prettier fd-commit indenting
This commit is contained in:
parent
b706ec986f
commit
c2963c9cde
1 changed files with 6 additions and 1 deletions
|
|
@ -21,7 +21,12 @@
|
||||||
commands=()
|
commands=()
|
||||||
|
|
||||||
if [ ! -d metadata ]; then
|
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
|
fi
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue