Bugfix: make the create-ebs-volume patch apply.
[arvados.git] / tools / compute-images / scripts / base.sh
index 7d8ad82c2724ec5ad68a87ca4a2e019ce4791320..e99df92aae7188bf818eb40cc113dfbe5d084cb7 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