From 17d0e779d9a00e72f221cdec4440e59c513c4ca7 Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 21 Dec 2023 23:26:40 +0100 Subject: [PATCH] Update bootstrap --- install/ci-vm/ci-linux/ci/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ci-vm/ci-linux/ci/bootstrap b/install/ci-vm/ci-linux/ci/bootstrap index 465c4695..8d0a4262 100644 --- a/install/ci-vm/ci-linux/ci/bootstrap +++ b/install/ci-vm/ci-linux/ci/bootstrap @@ -21,6 +21,6 @@ if [ "${maintenance}" == "True" ]; then fi # Copy runCI to local folder -cp ${runCIFile} "$DIR/runCI" +wget ${runCIFile} "$DIR/runCI" chmod a+x runCI ./runCI