diff options
-rwxr-xr-x | kvmx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,8 +125,8 @@ function __kvmx_initialize { # Load the default config, providing defaults source $APP_BASE/kvmxfile || exit 1 - # Set hostname (this is already done with the default config) - #hostname="${hostname:-$VM}" + # Set hostname + hostname="${hostname:-$VM}" # Set domain (this is already done with the default config) #domain="${domain:-example.org}" |