chore: fix tsksrvcs TskSrvInfo

This commit is contained in:
Jesús Pérez Lorenzo 2021-10-09 00:56:12 +01:00
parent 24502057aa
commit 95588a0bdb

View File

@ -209,7 +209,7 @@ pub async fn run_tsksrvc(cloud: &Cloud, tsk: &TskSrvc, cmd: &str, hostname: &str
// host has connection ?
let tsk_name = format!("{}",&tsk.name);
let serverstring = format!("{}:{}",&ssh_access.host,&ssh_access.port);
liveness_check(&cloud.env.source, &cntrllrs , &serverstring, &tsk_name).await?;
liveness_check(&cloud.env.source, &cntrllrs , &serverstring, "", &tsk_name).await?;
// host_ssh_is_alive(cloud, cmd, hostname, &tsk_name, &ssh_access).await?;
let prepare_source_path = format!("{}/prepare.sh",&cloud.env.source_path);
if Path::new(&prepare_source_path).exists() {