From: Wolfgang Bumiller Date: Mon, 3 Jul 2017 09:10:01 +0000 (+0200) Subject: ceph: end ceph.list with a newline X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9cf3e44912d41dfb8bc213013b1fab0017805811;p=pve-manager.git ceph: end ceph.list with a newline --- diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index a35561ff..ee34cfc5 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -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;