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

uploading deployment.keys fails when root user has a different dafault shell #1522

Open
devvythelopper opened this issue Jun 18, 2022 · 0 comments

Comments

@devvythelopper
Copy link

devvythelopper commented Jun 18, 2022

I like to use fish to manage my servers. And for some reason when I try to deploy a sercet key via nixops, I get "fish:Command substitions not allowed in

uploading key ‘secret-foo’...
fish: Command substitutions not allowed
test -d '/some/path' || ( mkdir -m 0750 -p '/ome/path' && chown root:keys  '/some/path;)
                        ^

Nixops of course should use a shell that knows how to interpret its commands. This is a bug existing in pre 2.0, and should be fixed there too...

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