Update setup-docker.sh

This commit is contained in:
Roman Kelesidis 2025-08-21 19:24:54 +03:00
commit 4352d822fd
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -55,6 +55,7 @@ echo ""
read -p "🌐 Enter your host (IP or domain, e.g. 192.168.1.100 or example.com): " TP_HOST
if [ -z "$TP_HOST" ]; then
echo ""
echo "❌ Error: Host cannot be empty!"
exit 1
fi