diff --git a/scripts/downloadInstaller.sh b/scripts/downloadInstaller.sh index 40391287da..20068fc1ab 100644 --- a/scripts/downloadInstaller.sh +++ b/scripts/downloadInstaller.sh @@ -17,4 +17,4 @@ curl -H "Host: s3-${region}.amazonaws.com" \ -H "Date: ${dateValue}" \ -H "Content-Type: ${contentType}" \ -H "Authorization: AWS ${s3Key}:${signature}" \ - https://s3-${region}.amazonaws.com/${bucket}/${amzFile} -o $outputFile + https://s3-${region}.amazonaws.com/${bucket}/${amzFile} -o ${outputFile} diff --git a/scripts/startAlfresco.sh b/scripts/startAlfresco.sh index c0b48254fa..2b35e11eb6 100644 --- a/scripts/startAlfresco.sh +++ b/scripts/startAlfresco.sh @@ -5,4 +5,5 @@ set -ev export PROFILE=$1 cd rm-automation -mvn install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL} -q +ls +mvn install -Pinstall-alfresco,${PROFILE} -q