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

support shells other than bash #742

Open
johrstrom opened this issue Jan 20, 2022 · 1 comment
Open

support shells other than bash #742

johrstrom opened this issue Jan 20, 2022 · 1 comment

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Jan 20, 2022

We allow apps and so on to set the shell_path but if it's not bash, it basically won't work. export doesn't exist in csh for example.

So these won't work for example

# Export useful connection variables
export host
export port

┆Issue is synchronized with this Asana task by Unito

@treydock
Copy link
Contributor

Use setenv for csh. Also might be good that instead of --export=NONE do --export=SHELL that way if something like SSSD is setting shell based on LDAP for user on web node, that same shell can be used for job.

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

No branches or pull requests

2 participants