]> git.proxmox.com Git - pve-manager.git/commitdiff
ceph: end ceph.list with a newline
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 3 Jul 2017 09:10:01 +0000 (11:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 20 Jul 2017 07:32:28 +0000 (09:32 +0200)
PVE/CLI/pveceph.pm

index a35561ff68e5681f3d3e873264f811365a4d6f30..ee34cfc542a5e1e4c48be02164e4621d18788c19 100755 (executable)
@@ -93,7 +93,7 @@ __PACKAGE__->register_method ({
 
        if ($cephver eq 'luminous') {
            PVE::Tools::file_set_contents("/etc/apt/sources.list.d/ceph.list",
-               "deb http://download.proxmox.com/debian/ceph-luminous stretch main");
+               "deb http://download.proxmox.com/debian/ceph-luminous stretch main\n");
        } else {
            # use fixed devel repo for now, because there is no officila repo for jessie
            my $devrepo = undef;