Browse Source

Replace TODOs

master
Luke Murphy 5 years ago
parent
commit
44d2940924
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 10
      bibliotecha.sh

10
bibliotecha.sh

@ -156,7 +156,7 @@ function configure_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 #TODO for more" echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo "" echo ""
exit 1 exit 1
fi fi
@ -174,7 +174,7 @@ function configure_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 #TODO for more" echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo "" echo ""
exit 1 exit 1
fi fi
@ -197,7 +197,7 @@ function configure_dnsmasq {
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 #TODO for more" echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo "" echo ""
exit 1 exit 1
fi fi
@ -226,7 +226,7 @@ function configure_hostapd {
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 #TODO for more" echo "Please see https://manual.bibliotecha.info/#troubleshooting for more"
echo "" echo ""
exit 1 exit 1
fi fi
@ -355,7 +355,7 @@ function show_post_install_banner {
echo "Please see the manual for post-installation tasks" echo "Please see the manual for post-installation tasks"
echo "And help with troubleshooting the network configuration" echo "And help with troubleshooting the network configuration"
echo "" echo ""
echo " https://manual.bibliotecha.info/#TODO" echo " https://manual.bibliotecha.info/#troubleshooting"
echo "" echo ""
} }

Loading…
Cancel
Save