9 lines
185 B
Bash
9 lines
185 B
Bash
#!/bin/bash
|
|
|
|
script_dir=$(cd "$(dirname "$0")"; pwd) # 脚本绝对路径
|
|
|
|
# 更新密码
|
|
bash "$script_dir/update_password.sh"
|
|
|
|
# 更新证书
|
|
bash "$script_dir/gen_cert.sh" "bing.com" |