Merge pull request #150 from bjornfor/nixos-install-fix-errormsg

nixos-install: fix error message consistency
This commit is contained in:
Domen Kožar 2013-04-27 09:14:50 -07:00
commit f34d79c351

@ -30,7 +30,7 @@ if ! grep -F -q " $mountPoint " /proc/mounts; then
fi
if ! test -e "$mountPoint/$NIXOS_CONFIG"; then
echo "configuration file $NIXOS_CONFIG doesn't exist"
echo "configuration file $mountPoint/$NIXOS_CONFIG doesn't exist"
exit 1
fi