mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 12:19:11 +00:00
pveceph: fixup syntax issue
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cfc6d15ed0
commit
37bf860e3e
@ -177,7 +177,7 @@ __PACKAGE__->register_method ({
|
|||||||
die "apt failed during ceph installation ($?)\n";
|
die "apt failed during ceph installation ($?)\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "\ninstalled ceph $cephver successfully!\n"
|
print "\ninstalled ceph $cephver successfully!\n";
|
||||||
|
|
||||||
print "\nreloading API to load new Ceph RADOS library...\n";
|
print "\nreloading API to load new Ceph RADOS library...\n";
|
||||||
run_command([
|
run_command([
|
||||||
|
Loading…
Reference in New Issue
Block a user