Update ql12.sh

This commit is contained in:
yanyuwangluo 2024-08-21 20:45:32 +08:00 committed by GitHub
parent 6768f7cf54
commit 594f0251b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,7 +247,7 @@ if [ "$port" != "2" ]; then
read JD_PORT
done
echo -e "\e[34m恭喜端口:$JD_PORT 可用\e[0m"
MAPPING_JD_PORT="-p $JD_PORT:5600"
MAPPING_JD_PORT="-p $JD_PORT:5700"
fi