mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update setup-docker.sh
This commit is contained in:
parent
786c2840b8
commit
ca2fa0c753
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ fi
|
|||
|
||||
echo ""
|
||||
read -s -p "🔐 Enter database password for 'torrentpier_user': " DB_PASSWORD
|
||||
echo ""
|
||||
|
||||
if [ -z "$DB_PASSWORD" ]; then
|
||||
echo "❌ Error: Database password cannot be empty!"
|
||||
|
@ -53,7 +52,6 @@ fi
|
|||
|
||||
echo ""
|
||||
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
|
||||
echo "❌ Error: Host cannot be empty!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue