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