This commit is contained in:
Christian Rotzoll 2019-04-04 04:27:33 +01:00
parent b4eca5c796
commit d8a65461dc

View File

@ -130,7 +130,7 @@ shred qr.txt 2> /dev/null
rm -f qr.txt 2> /dev/null
echo "------------------------------"
echo "If was not working:"
echo "If the connection was not working:"
if [ ${#dynDomain} -gt 0 ]; then
echo "- Make sure that your router is forwarding port ${port} to the Raspiblitz with IP ${localIP}"
fi