[opennebula-docker] fix shellscript error

This commit is contained in:
Nico Schottelius 2026-05-30 21:38:16 +02:00
commit 91b28e7a9b

View file

@ -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