Stupid typo

This commit is contained in:
Pierre Labastie 2019-03-09 20:27:44 +00:00
parent 3b43e17bda
commit 426c618053

View file

@ -547,7 +547,7 @@ if [ "$INITSYS" = systemd ]; then
(
cat << EOF
sudo mkdir -pv \$(MOUNT_PT)/run/systemd/resolve
sudo cp -v /etc/resolv.conf \$(MOUNT_PT)}/run/systemd/resolve
sudo cp -v /etc/resolv.conf \$(MOUNT_PT)/run/systemd/resolve
EOF
) >> $MKFILE
fi