We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634560e commit a7d07bfCopy full SHA for a7d07bf
1 file changed
tools/appliance/build.sh
@@ -238,7 +238,7 @@ function create_definition() {
238
cp -r "definitions/${appliance}" "definitions/${appliance_build_name}"
239
set +e
240
sed ${sed_regex_option} -i -e "s/^CLOUDSTACK_RELEASE=.+/CLOUDSTACK_RELEASE=${version}/" \
241
- "definitions/${appliance_build_name}/postinstall.sh"
+ "definitions/${appliance_build_name}/configure_systemvm_services.sh"
242
if [ ! -z "${ssh_key}" ]; then
243
# ssh key lines can contain /
244
sed ${sed_regex_option} -i -e "s|^key=.+|key=\"${ssh_key}\"|" \
0 commit comments