#!/bin/bash SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd) # 脚本绝对路径 # 更新密码 bash "$SCRIPT_DIR/update_password.sh" # 更新证书 bash "$SCRIPT_DIR/gen_cert.sh"