我正在编写一个简单的 bash 脚本 ( checkServs.sh
),它将 ssh 进入服务器列表并对它们执行健康检查。
我不断收到以下行的错误:
SERVERS=(blah1.example.com blah2.example.com blah3.example.com blah4.example.com)
错误是:
checkServs.sh: 3: checkServs.sh: Syntax error: "(" unexpected
我检查了在线示例,这似乎是正确的,不是吗?提前致谢!