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
This line:
esp-profile-ubuntu/pre.sh
Line 66 in 1f1f62c
is missing a space before the proxysocks=
proxysocks=
it will also match on testproxysocks=, I am expecting it to only match on proxysocks=
testproxysocks=
same thing for all the other kernel_params like:
Line 76 in 1f1f62c
Line 83 in 1f1f62c
Line 90 in 1f1f62c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line:
esp-profile-ubuntu/pre.sh
Line 66 in 1f1f62c
is missing a space before the
proxysocks=
it will also match on
testproxysocks=
, I am expecting it to only match onproxysocks=
same thing for all the other kernel_params like:
esp-profile-ubuntu/pre.sh
Line 76 in 1f1f62c
esp-profile-ubuntu/pre.sh
Line 83 in 1f1f62c
esp-profile-ubuntu/pre.sh
Line 90 in 1f1f62c
etc.
The text was updated successfully, but these errors were encountered: