Fix a var typo when expaning hosts file
This commit is contained in:
parent
2193c2084f
commit
676a3a45b5
@ -193,8 +193,8 @@ EOF
|
||||
# Looks like hosts file may contain tabs and qubes will not parse it
|
||||
# correctly
|
||||
# --------------------------------------------------------------------------
|
||||
expand "${INSTALLDIR}/etc/hosts" > "${INSATLLDIR}/etc/hosts.dist"
|
||||
mv "${INSTALLDIR}/etc/hosts.dist" "${INSATLLDIR}/etc/hosts"
|
||||
expand "${INSTALLDIR}/etc/hosts" > "${INSTALLDIR}/etc/hosts.dist"
|
||||
mv "${INSTALLDIR}/etc/hosts.dist" "${INSTALLDIR}/etc/hosts"
|
||||
fi
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user