Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 3a179ce

Browse files
authored
Merge pull request #94 from aws-samples/master
fix shim
2 parents 8903182 + 044bfc8 commit 3a179ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# this is a shim for backwards compatibility for releases <2.6.0
46
# old steps:
57
# - cd /opt && wget $artifactRootUrl/aws-ebs-autoscale.tgz && tar -xzf aws-ebs-autoscale.tgz
68
# - sh /opt/ebs-autoscale/bin/init-ebs-autoscale.sh $scratchPath /dev/sdc 2>&1 > /var/log/init-ebs-autoscale.log
7-
sh /opt/a*-ebs-autoscale/install.sh $@
9+
sh /opt/ebs-autoscale/install.sh $@

0 commit comments

Comments
 (0)