Github user ravihansa3000 commented on a diff in the pull request:
https://github.com/apache/stratos/pull/63#discussion_r18022905
--- Diff: tools/stratos-installer/setup.sh ---
@@ -539,7 +539,8 @@ if [[ !(-d $stratos_extract_path) ]]; then
echo "Extracting Apache Stratos"
unzip -q $stratos_pack_zip -d $stratos_path
extracted_folder=${stratos_pack_zip%.zip}
--- End diff --
extracted_folder should not be set from $stratos_pack_zip
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---