mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-02-02 01:38:14 -05:00
feat: 🎸 增加文案
This commit is contained in:
parent
a262b0d6ab
commit
f30f6fb21d
@ -3,7 +3,7 @@
|
|||||||
imageName="zerotier-planet"
|
imageName="zerotier-planet"
|
||||||
|
|
||||||
function install() {
|
function install() {
|
||||||
read -p "请输入要使用的端口号(数字): " port
|
read -p "请输入zerotier-planet要使用的端口号,例如9994(数字): " port
|
||||||
|
|
||||||
# 确保端口号是数字
|
# 确保端口号是数字
|
||||||
while ! [[ "$port" =~ ^[0-9]+$ ]]; do
|
while ! [[ "$port" =~ ^[0-9]+$ ]]; do
|
||||||
|
Loading…
Reference in New Issue
Block a user