retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.7k stars 372 forks source link

Install script accepts default hostname #621

Closed MisterBlueBear closed 1 year ago

MisterBlueBear commented 1 year ago

The installation script wasn't accepting the default from hostname --fqdn that was being displayed in the question. This change uses hostname --fqdn if the user just hits enter.

catborise commented 1 year ago

Thanks for the contribution