mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohost
This commit is contained in:
parent
f0117560d8
commit
d9e02d76ac
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ then
|
|||
if [[ $(grep -c "yunohost.$DOMAIN" /etc/hosts) -eq 0 ]]
|
||||
then
|
||||
bck /etc/hosts "$LEGACY"
|
||||
cat <<EOF > $rootfs/etc/hosts
|
||||
cat <<EOF > $rootfs/etc/hosts
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 yunohost.$DOMAIN yunohost
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue