fix typo
This commit is contained in:
parent
a693655cac
commit
2a4a3424b4
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ if ! grep -q $GUEST_NAME $STAGING_DIR/etc/hosts; then
|
||||||
echo "$MGT_IP $GUEST_NAME" >> $STAGING_DIR/etc/hosts
|
echo "$MGT_IP $GUEST_NAME" >> $STAGING_DIR/etc/hosts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configre hosts file
|
# Configure hosts file
|
||||||
cat <<EOF >$STAGING_DIR/etc/hosts
|
cat <<EOF >$STAGING_DIR/etc/hosts
|
||||||
$MGT_IP $GUEST_NAME
|
$MGT_IP $GUEST_NAME
|
||||||
127.0.0.1 localhost localhost.localdomain
|
127.0.0.1 localhost localhost.localdomain
|
||||||
|
|
Loading…
Reference in a new issue