Fix a var typo when expaning hosts file

This commit is contained in:
Jason Mehring 2014-10-26 16:36:39 -04:00
parent 2193c2084f
commit 676a3a45b5

View File

@ -193,8 +193,8 @@ EOF
# Looks like hosts file may contain tabs and qubes will not parse it # Looks like hosts file may contain tabs and qubes will not parse it
# correctly # correctly
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
expand "${INSTALLDIR}/etc/hosts" > "${INSATLLDIR}/etc/hosts.dist" expand "${INSTALLDIR}/etc/hosts" > "${INSTALLDIR}/etc/hosts.dist"
mv "${INSTALLDIR}/etc/hosts.dist" "${INSATLLDIR}/etc/hosts" mv "${INSTALLDIR}/etc/hosts.dist" "${INSTALLDIR}/etc/hosts"
fi fi
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------