Bugfix: make the create-ebs-volume patch apply.
authorWard Vandewege <ward@curii.com>
Wed, 23 Feb 2022 18:52:29 +0000 (13:52 -0500)
committerWard Vandewege <ward@curii.com>
Wed, 23 Feb 2022 18:52:29 +0000 (13:52 -0500)
refs #18772

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

tools/compute-images/scripts/base.sh

index f02c94eda0037a4f3615a4ec81dd45aa1d431eae..fa34bc5b64cbc061e7013ede5098ee4ac71845aa 100644 (file)
@@ -156,7 +156,6 @@ else
   export EBS_AUTOSCALE_VERSION="v2.4.5"
   cd /opt && $SUDO git clone https://github.com/awslabs/amazon-ebs-autoscale.git
   cd /opt/amazon-ebs-autoscale && $SUDO git checkout $EBS_AUTOSCALE_VERSION
-  cd bin
   $SUDO patch -p1 < /tmp/create-ebs-volume-nvme.patch
 
   # This script really requires bash and the shebang line is wrong