Replace TODOs

This commit is contained in:
Luke Murphy 2019-07-09 11:47:12 +02:00
parent 3a6f8239ee
commit 44d2940924
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -156,7 +156,7 @@ function configure_network_interfaces {
echo ""
echo "Could not determine the ethernet interface"
echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see #TODO for more"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo ""
exit 1
fi
@ -174,7 +174,7 @@ function configure_network_interfaces {
echo ""
echo "Could not determine the wireless interface"
echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see #TODO for more"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo ""
exit 1
fi
@ -197,7 +197,7 @@ function configure_dnsmasq {
echo ""
echo "Could not determine the wireless interface"
echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see #TODO for more"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo ""
exit 1
fi
@ -226,7 +226,7 @@ function configure_hostapd {
echo ""
echo "Could not determine the wireless interface"
echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see #TODO for more"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo ""
exit 1
fi
@ -355,7 +355,7 @@ function show_post_install_banner {
echo "Please see the manual for post-installation tasks"
echo "And help with troubleshooting the network configuration"
echo ""
echo " https://manual.bibliotecha.info/#TODO"
echo " https://manual.bibliotecha.info/#troubleshooting"
echo ""
}