opennebula-node-kvm deploy

This commit is contained in:
santic-zombie
2024-07-07 18:33:52 +03:00
parent 533b86cbbe
commit edc73d3159
13 changed files with 773 additions and 61 deletions

View File

@@ -45,7 +45,7 @@ if [ ! -e "${ONEHOME}/.ssh/config" ] && [ -z "$2" ]; then
fi
# Set permissions and owner oneadmin:cloud
for F in /var/lock/one /var/log/one /var/run/one
for F in /var/lock/one /var/log/one /var/run/one /usr/lib/one
do
if [ ! -d "${F}" ]; then
mkdir -p "${F}"