Skip to content

Commit a7d07bf

Browse files
lsimonsyadvr
authored andcommitted
CLOUDSTACK-7143: fix a bug where a script file rename wasn't propagated to build.sh
1 parent 634560e commit a7d07bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/appliance/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function create_definition() {
238238
cp -r "definitions/${appliance}" "definitions/${appliance_build_name}"
239239
set +e
240240
sed ${sed_regex_option} -i -e "s/^CLOUDSTACK_RELEASE=.+/CLOUDSTACK_RELEASE=${version}/" \
241-
"definitions/${appliance_build_name}/postinstall.sh"
241+
"definitions/${appliance_build_name}/configure_systemvm_services.sh"
242242
if [ ! -z "${ssh_key}" ]; then
243243
# ssh key lines can contain /
244244
sed ${sed_regex_option} -i -e "s|^key=.+|key=\"${ssh_key}\"|" \

0 commit comments

Comments
 (0)