Init commit

This commit is contained in:
santic-zombie
2022-07-03 11:40:01 +03:00
commit 2b9bed2e98
17 changed files with 527 additions and 0 deletions

5
opennebula.post-upgrade Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
chown oneadmin:cloud -R /var/lib/one/sunstone
echo ">> To install required gems run as a local user:"
echo ">> bundler install --gemfile /usr/share/one/Gemfile"
exit 0