Use caddy as HTTP server

This commit is contained in:
2018-11-19 21:43:09 +01:00
parent 7d7f4ccfc2
commit 38f0908cb4
7 changed files with 21 additions and 14 deletions

View File

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