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

Shebang incorrect in /usr/bin/clpctl #476

Open
cswiers opened this issue Jun 10, 2024 · 1 comment
Open

Shebang incorrect in /usr/bin/clpctl #476

cswiers opened this issue Jun 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cswiers
Copy link

cswiers commented Jun 10, 2024

CloudPanel version(s) affected

2.4.2

Description

Shebang incorrect in /usr/bin/clpctl. This causes the sh shell to be used instead of the intended bash shell causing a variety of issues when combining with other commands.
Is:
#/bin/bash
Should be:
#!/bin/bash

How to reproduce

Execute the following command inside a terminal where cloudpanel is installed: cat /usr/bin/clpctl

Possible Solution

Is:
#/bin/bash
Should be:
#!/bin/bash

Additional Context

No response

@cloudpanel-io cloudpanel-io added the bug Something isn't working label Jun 12, 2024
@cloudpanel-io
Copy link
Owner

Thanks, @cswiers, for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants