This commit is contained in:
Olia Lisa 2026-01-15 12:27:22 +08:00
parent 3715554dc2
commit 6cb4ad7fd9
5 changed files with 0 additions and 13 deletions

View File

@ -1,10 +1,5 @@
#!/bin/bash
# 导入依赖脚本文件
for f in $(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/utils/*.sh; do
source "$f"
done
print_share_link() {
local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # 脚本文件夹绝对路径

View File

@ -32,6 +32,3 @@ update_domain(){
echo "修改域名成功"
}
update_domain

View File

@ -14,6 +14,3 @@ update_password() {
echo "设置密码成功"
}
# 调用函数
update_password

View File

@ -83,4 +83,3 @@ update_port(){
echo "设置端口成功"
}
update_port

View File

@ -13,4 +13,3 @@ update_uuid(){
echo "设置UUID成功."
}
update_uuid