mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
(cherry picked from commit 756b8d630b964c3b3be0fcf87da74b45922f1ec0)
This commit is contained in:
parent
cb7a24396d
commit
306ccc388b
@ -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}')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user