From 91b28e7a9bcab263e4f45f630a6b2db20032131c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 30 May 2026 21:38:16 +0200 Subject: [PATCH] [opennebula-docker] fix shellscript error --- opennebula-docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opennebula-docker/entrypoint.sh b/opennebula-docker/entrypoint.sh index 9e21e98..d042b83 100755 --- a/opennebula-docker/entrypoint.sh +++ b/opennebula-docker/entrypoint.sh @@ -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