diff --git a/src/tsksrvcs.rs b/src/tsksrvcs.rs index 4b425f8..152a4bf 100644 --- a/src/tsksrvcs.rs +++ b/src/tsksrvcs.rs @@ -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() {