Update setup-docker.sh

This commit is contained in:
Roman Kelesidis 2025-08-21 19:15:05 +03:00
commit ca2fa0c753
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -34,7 +34,6 @@ fi
echo "" echo ""
read -s -p "🔐 Enter database password for 'torrentpier_user': " DB_PASSWORD read -s -p "🔐 Enter database password for 'torrentpier_user': " DB_PASSWORD
echo ""
if [ -z "$DB_PASSWORD" ]; then if [ -z "$DB_PASSWORD" ]; then
echo "❌ Error: Database password cannot be empty!" echo "❌ Error: Database password cannot be empty!"
@ -53,7 +52,6 @@ fi
echo "" echo ""
read -p "🌐 Enter your host (IP or domain, e.g. 192.168.1.100 or example.com): " TP_HOST read -p "🌐 Enter your host (IP or domain, e.g. 192.168.1.100 or example.com): " TP_HOST
echo ""
if [ -z "$TP_HOST" ]; then if [ -z "$TP_HOST" ]; then
echo "❌ Error: Host cannot be empty!" echo "❌ Error: Host cannot be empty!"