aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-03-09 20:55:02 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-03-09 20:56:41 +0100
commitce8c86fe8c870801c0a9f58e3f602d318b7ae749 (patch)
treecbc98bf083a894f5e902fb2370c2071e29dc52d9
parenttranscoding: do not buffer avconv output (diff)
downloadzmusic-ng-ce8c86fe8c870801c0a9f58e3f602d318b7ae749.tar.xz
zmusic-ng-ce8c86fe8c870801c0a9f58e3f602d318b7ae749.zip
Follow redirects in makefile and use TLS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3298e7..8902d6f 100644
--- a/Makefile
+++ b/Makefile
@@ -46,4 +46,4 @@ update-collection:
@echo " RSYNC $(LOCAL_COLLECTION_PATH) $(UPLOAD_SERVER):$(UPLOAD_SERVER_PATH)"
@rsync -avzPi --delete-excluded --delete-after --fuzzy --exclude=.directory '$(LOCAL_COLLECTION_PATH)/' '$(UPLOAD_SERVER):$(UPLOAD_SERVER_PATH)'
@echo " SCAN $(WEB_SERVER)"
- @curl 'http://$(WEB_SERVER)/scan?username=$(ADMIN_USERNAME)&password=$(ADMIN_PASSWORD)'
+ @curl -L 'https://$(WEB_SERVER)/scan?username=$(ADMIN_USERNAME)&password=$(ADMIN_PASSWORD)'