Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables do not processed if init command used #85

Open
Hubbitus opened this issue Jan 15, 2020 · 0 comments
Open

Variables do not processed if init command used #85

Hubbitus opened this issue Jan 15, 2020 · 0 comments

Comments

@Hubbitus
Copy link

Config:

variables:
    qas_emr_connection: /usr/bin/ssh -i ~/.ssh/id_rsa.rdc-emr-all hadoop@10.64.19.220
    watch_file: /srv/rdc-emr/tables/3_add_all_hours.2020-01-15T18:00:16+0000.log
textboxes:
  - title: Echo variable localy
    sample: echo "File=$watch_file"
  - title: Echo variable remote
    pty: true
    init: $qas_emr_connection bash
    sample: echo "File=$watch_file"

Output:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant