[opennebula-docker] fix shellscript error
This commit is contained in:
parent
e1449f58d0
commit
91b28e7a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ fi
|
|||
/etc/init.d/ssh start
|
||||
|
||||
# Setup libvirtd secret
|
||||
if [ -z "$SKIP_LIBVIRTD" -e /ceph-secret/uuid ]; then
|
||||
if [ -z "$SKIP_LIBVIRTD" -a -e /ceph-secret/uuid ]; then
|
||||
echo "Creating libvirtd/ceph secret ... "
|
||||
libvirtd_tmp_secret=/tmp/libvirtd-secret.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue