Update ssh.sh

This commit is contained in:
NewName
2024-03-27 21:07:47 +08:00
parent 6e81ab2f63
commit 090b97dc04

2
ssh.sh
View File

@@ -11,7 +11,7 @@ if ! command -v sshpass &> /dev/null; then
fi
# 服务器信息文件路径
server_info_file="servers.txt"
server_info_file="ssh.txt"
# 检查服务器信息文件是否存在
if [ ! -f "$server_info_file" ]; then