From d075c994fe8cc8d95aa121c1fde2b750e78ebe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoi=CC=82t=20Sauve=CC=80re?= Date: Wed, 2 Aug 2017 12:34:28 +0200 Subject: [PATCH] Fixed the path of the generated ice.properties file in the instructions shown at the end of the install.sh script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8c2cad14..223110f4 100755 --- a/install.sh +++ b/install.sh @@ -86,6 +86,6 @@ done sed -ri '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 echo Ice is now ready to run as a processor. If you want to run the reader, edit: -echo ~/ice/src/java/ice.properties +echo "${INSTALL_DIR}/src/java/ice.properties" echo and alter the appropriate flags. You can now start Ice by running the following from the Ice root directory: echo ./grailsw -Djava.net.preferIPv4Stack=true -Dice.s3AccessKeyId=\ -Dice.s3SecretKey=\ run-app