eole-one-frontend/posttemplate/02-nebula-novnc

16 lignes
306 B
Bash
Fichiers exécutables

#!/bin/bash
###########
## novnc ##
###########
. /usr/lib/eole/utils.sh
# Install ssl files
user=$(systemctl -p Group show --value opennebula-novnc)
group=$(systemctl -p User show --value opennebula-novnc)
novnc_conf_dir="/etc/one"
InstallSSLFiles novnc $user $group ${novnc_conf_dir}/ssl root
exit 0