This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch debian9-systemvmtemplate in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 32fb7e4ce903a23b1775a66639bb81d3db4959d0 Author: Rohit Yadav <[email protected]> AuthorDate: Sun Dec 3 23:28:53 2017 +0530 fix typo Signed-off-by: Rohit Yadav <[email protected]> --- .../definitions/systemvmtemplate/configure_systemvm_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh index b4aaec9..51ffc86 100644 --- a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh +++ b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh @@ -36,7 +36,7 @@ function install_cloud_scripts() { rsync -av ./cloud_scripts/ / chmod +x /opt/cloud/bin/* \ /root/{clearUsageRules.sh,reconfigLB.sh,monitorServices.py} \ - /etc/init.d/{cloud-early-config} \ + /etc/init.d/cloud-early-config \ /etc/profile.d/cloud.sh cat > /etc/systemd/system/cloud-early-config.service << EOF -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
