Hai, the DA installation has changed a lot. Previously, before I start directadmin installation, I will make sure that my /etc/hosts contains valid entries and I will make it read only with the following command:
and with the above command, the new installer will halt the installation with the following error:
In the old installer, the installation just continues even with the same error as shown above.
Is there a way to skip this check or prevent the installer to modify /etc/hosts during installation?
Thanks.
chattr +i /etc/hosts
and with the above command, the new installer will halt the installation with the following error:
changing hostname: open /etc/hosts: operation not permitted
In the old installer, the installation just continues even with the same error as shown above.
Is there a way to skip this check or prevent the installer to modify /etc/hosts during installation?
Thanks.