From f1633b2a0e40e8695fd19093c741438a8770c112 Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 21 Dec 2023 23:30:29 +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 8d0a4262..465c4695 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 -wget ${runCIFile} "$DIR/runCI" +cp ${runCIFile} "$DIR/runCI" chmod a+x runCI ./runCI