1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

B #4250: Fix LXD monitoring log (#4346)

(cherry picked from commit 756b8d630b964c3b3be0fcf87da74b45922f1ec0)
This commit is contained in:
Daniel Clavijo Coca 2020-03-11 13:37:09 -06:00 committed by Ruben S. Montero
parent cb7a24396d
commit 306ccc388b
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -1,6 +1,6 @@
#!/bin/bash
cmd='lxc profile list'
cmd='lxc profile list 2>/dev/null'
profiles=$($cmd | grep -v -- -+- | grep -v NAME | grep -v default | awk '{print $2}')