Skip to content

Commit 3afbc71

Browse files
committed
Fix bucket name to match sample.properties
1 parent a8ad0a9 commit 3afbc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ do
7474
echo -n "-> "
7575
read -r PROCBUCKET
7676
done
77-
sed -rie 's/=billing_s3bucketprefix\//=/; s|\/mnt\/|'"${HOME_DIR}"'\/|; s/=work_s3bucketprefix\//=/; s/^ice.account.*//; s/=billing_s3bucketname/='${BILLBUCKET}'/; s/=work_s3bucketname/='${PROCBUCKET}'/' src/java/ice.properties
77+
sed -rie 's/=billing_s3bucketprefix\//=/; s|\/mnt\/|'"${HOME_DIR}"'\/|; s/=work_s3bucketprefix\//=/; s/^ice.account.*//; s/=billing_s3bucketname1/='${BILLBUCKET}'/; s/=work_s3bucketname/='${PROCBUCKET}'/' src/java/ice.properties
7878

7979
echo Ice is now ready to run as a processor. If you want to run the reader, edit:
8080
echo ~/ice/src/java/ice.properties

0 commit comments

Comments
 (0)