Fix Caddy + Update

This commit is contained in:
2018-11-20 09:50:42 +01:00
parent 38f0908cb4
commit a22b77b3ef
4 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,6 @@ DIR=$2
FILE=$3
if [ -z "$FILE" ] || [[ "$FILE" == *.apk ]] || [[ "$FILE" == *.yml ]]; then
fdroid update -c --rename-apks --clean
fdroid update --clean --rename-apks --use-date-from-apk --delete-unknown
fi