We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
core/tabs/utils/ssh.sh
First of all, shellcheck. Second of all, those quotes actually unquote the variable:
linutil/core/tabs/utils/ssh.sh
Lines 65 to 69 in d91a44e
$ESCALATION_TOOL
The text was updated successfully, but these errors were encountered:
refact: fix (almost) all shellcheck errors
1fe60f5
the only files i didn't fix: - core/tabs/utils/ssh.sh (ref ChrisTitusTech#996) - core/tabs/system-setup/arch/server-setup.sh
414c757
refact: fix (almost) all shellcheck and shfmt errors
d93d81a
refact: fix (almost) all shellcheck errors (#997)
5f7de33
the only files i didn't fix: - core/tabs/utils/ssh.sh (ref #996) - core/tabs/system-setup/arch/server-setup.sh
No branches or pull requests
First of all, shellcheck.
Second of all, those quotes actually unquote the variable:
linutil/core/tabs/utils/ssh.sh
Lines 65 to 69 in d91a44e
Third of all,
$ESCALATION_TOOL
in this case is being expanded on the client side...The list goes on. We need someone to refactor that whole script.
The text was updated successfully, but these errors were encountered: