Point to the right place

This commit is contained in:
Luke Murphy 2019-07-09 14:25:35 +02:00
parent 3cdeebf658
commit 501e747cb2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -164,7 +164,7 @@ function ensure_predictable_network_interfaces {
echo "" echo ""
echo "Could not determine the ethernet interface" echo "Could not determine the ethernet interface"
echo "Please ensure you've configure 'predictable network interfaces'" echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "Please see https://manual.bibliotecha.info/#pre-installation for more"
echo "" echo ""
exit 1 exit 1
fi fi
@ -177,7 +177,7 @@ function ensure_predictable_network_interfaces {
echo "" echo ""
echo "Could not determine the wireless interface" echo "Could not determine the wireless interface"
echo "Please ensure you've configure 'predictable network interfaces'" echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "Please see https://manual.bibliotecha.info/#pre-installation for more"
echo "" echo ""
exit 1 exit 1
fi fi