let HACKERS_README accept target host as argument
Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
parent
42bcf1c3f8
commit
ad127791cd
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ export __cdist_out_objects=${base}/objects
|
|||
export __cdist_out_explorers=${base}/explorers
|
||||
export __cdist_out_execs=${base}/exec
|
||||
|
||||
cdist-deploy-to localhost
|
||||
target="${1:-localhost}"
|
||||
cdist-deploy-to "$target"
|
||||
|
||||
find "${base}"
|
||||
|
|
Loading…
Reference in a new issue