feat: Phase 4 A2A Autonomous Lead Generation and P2P DHT Discovery
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
13
check_compose.sh
Executable file
13
check_compose.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/expect -f
|
||||
set timeout -1
|
||||
set jump_host "wooo@192.168.0.110"
|
||||
set target_host "ollama@192.168.0.188"
|
||||
|
||||
spawn ssh -J $jump_host $target_host "echo 0936223270 | sudo -S cat /home/ollama/vibework-git/docker-compose.yml"
|
||||
expect {
|
||||
"*assword:*" {
|
||||
send "0936223270\r"
|
||||
exp_continue
|
||||
}
|
||||
eof
|
||||
}
|
||||
Reference in New Issue
Block a user