CLOUDSTACK-7143: fix a bug where a script file rename wasn't propagated to build.sh

This commit is contained in:
Leo Simons 2014-07-22 13:12:49 +02:00 committed by Rohit Yadav
parent 634560e381
commit a7d07bf3df
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ function create_definition() {
cp -r "definitions/${appliance}" "definitions/${appliance_build_name}"
set +e
sed ${sed_regex_option} -i -e "s/^CLOUDSTACK_RELEASE=.+/CLOUDSTACK_RELEASE=${version}/" \
"definitions/${appliance_build_name}/postinstall.sh"
"definitions/${appliance_build_name}/configure_systemvm_services.sh"
if [ ! -z "${ssh_key}" ]; then
# ssh key lines can contain /
sed ${sed_regex_option} -i -e "s|^key=.+|key=\"${ssh_key}\"|" \