1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00

Allow usage of fd-commit inside the main fdroiddata directories

This commit is contained in:
Daniel Martí 2013-11-18 15:13:18 +01:00
parent cb282217d6
commit 20f03dede5

View File

@ -4,6 +4,10 @@
commands=()
if [ ! -d metadata ]; then
[ -d ../metadata ] && cd .. || { echo "No metadata files found!"; exit 2; }
fi
while read line; do
if [[ "$line" == *M*metadata/*.txt ]]; then
file=${line##* }