Parth Jagirdar created CLOUDSTACK-1431: ------------------------------------------
Summary: Install script contains wrong path to temp directory Key: CLOUDSTACK-1431 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1431 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Install and Setup Affects Versions: 4.1.0 Environment: Build 46 rhel 6.3 Reporter: Parth Jagirdar Install script contains typo in path which need a fix. Please refer to code snippet below. Observe the path " * x86_64/6Server" And output from actual directory is below the snippet. please change "6Server" to appropriate path. [root@localhost CloudStack-non-OSS-4.1-46-rhel6.3]# cat install.sh | grep rm # distributed with this work for additional information # specific language governing permissions and limitations rm -f /etc/yum.repos.d/cloud-temp.repo || true rm -rf /var/cache/yum/x86_64/6Server/cloud-temp/ [root@localhost CloudStack-non-OSS-4.1-46-rhel6.3]# [root@localhost 6]# pwd /var/cache/yum/x86_64/6 [root@localhost 6]# ls base cloud-temp extras timedhosts.txt updates [root@localhost 6]# -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira