Add support for running routines via command line
This commit is contained in:
@@ -80,6 +80,7 @@ class Host extends Injectable {
|
||||
const result = await this.execute(`echo "${unique_id}"`)
|
||||
return (result.exit_code === 0 && (result.clean_out.length > 0 && result.clean_out[0] === unique_id))
|
||||
} catch (e) {
|
||||
this.output.debug(e)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user