From 6898af7cbe53873f114bad14b1a9c0c5da3d53f4 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 4 Aug 2019 16:57:18 +0200 Subject: [PATCH] Use correct dates --- update_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_repo.sh b/update_repo.sh index bd41fde..2fc6732 100755 --- a/update_repo.sh +++ b/update_repo.sh @@ -4,7 +4,7 @@ SOURCE_PATH=/tmp/fdroid cd $SOURCE_PATH mkdir -p $SOURCE_PATH/repo/ while true; do - s3cmd sync $APP $SOURCE_PATH/repo/ + s3cmd sync --preserve $APP $SOURCE_PATH/repo/ rm -rf $SOURCE_PATH/repo/*-latest.apk fdroid update && fdroid server update sleep $UPDATE_WAIT -- GitLab