From 2fda4ee7ba176e2d30753d9e48fc553da884e2d6 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Tue, 9 Apr 2019 17:07:01 +0800 Subject: [PATCH] fix curl --- menhera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menhera.sh b/menhera.sh index a9a8fe5..0cd1ab1 100755 --- a/menhera.sh +++ b/menhera.sh @@ -59,7 +59,7 @@ prepare_environment() { mkdir -p "${WORKDIR}/overlayfs_workdir" echo "Downloading temporary rootfs..." - curl -LC -o "${WORKDIR}/rootfs.squashfs" - "${ROOTFS}" + curl -L -C - -o "${WORKDIR}/rootfs.squashfs" "${ROOTFS}" } mount_new_rootfs() {