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

systemd adapter fails with zsh as user shell #834

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

m0zes
Copy link
Contributor

@m0zes m0zes commented Mar 29, 2024

zsh interprets the * in ondemand-* as a file path and returns an error if nothing is matched (unless the user has set 'setopt no_nomatch' in their .zshrc. Escape it to pass the asterisk on to systemctl (so it can be parsed internally).

zsh interprets the * in ondemand-* as a file path and returns an error if nothing is matched (unless the user has set 'setopt no_nomatch' in their .zshrc. Escape it to pass the asterisk on to systemctl (so it can be parsed internally).
@johrstrom
Copy link
Contributor

Thanks for the fix! I'll have to test this out a bit.

@johrstrom
Copy link
Contributor

Sorry for the delay - honestly i just plain forgot this was out there. I'll be sure to look at it next week.

Copy link
Contributor

@johrstrom johrstrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this bugfix. I apologize for the long delay for me to check it out.

@johrstrom johrstrom merged commit 7795adf into OSC:master Jul 25, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants