摘要: 编写脚本内容如下: #!/usr/bin/env bash # 常量初始化 set_runtime_vars(){ # 日期时间 Now_Date=`date +"%Y-%m-%d %H:%M:%S"` # 服务状态 Service_Status=( "服务已开启" "服务已停止" ) # 动作状态 阅读全文
posted @ 2023-05-09 14:19 lym003 阅读(541) 评论(0) 推荐(0) 编辑