From 2df48bcb6c3cbfb6035301cab3ed7d0b9ba50488 Mon Sep 17 00:00:00 2001 From: BJ Dweck Date: Tue, 1 Sep 2020 20:25:56 +0200 Subject: [PATCH] CRITICAL BUILD FIX: missing " --- stage2/04-rudefox-burrow/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/04-rudefox-burrow/01-run.sh b/stage2/04-rudefox-burrow/01-run.sh index add49e3..bb5fa37 100755 --- a/stage2/04-rudefox-burrow/01-run.sh +++ b/stage2/04-rudefox-burrow/01-run.sh @@ -2,7 +2,7 @@ mkdir -p "${ROOTFS_DIR}/opt/" rm -rf "${ROOTFS_DIR}/opt/rudefox-burrow" -wget https://repo.rudefox.io/repository/maven-public/io/rudefox/burrow/${RUDEFOX_BURROW_VERSION}/burrow-${RUDEFOX_BURROW_VERSION}.tar" +wget "https://repo.rudefox.io/repository/maven-public/io/rudefox/burrow/${RUDEFOX_BURROW_VERSION}/burrow-${RUDEFOX_BURROW_VERSION}.tar" tar -C "${ROOTFS_DIR}/opt/" -xvf burrow*.tar mv "${ROOTFS_DIR}/opt/burrow-"* "${ROOTFS_DIR}/opt/rudefox-burrow"