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
Hello,
There is a serious bug in script manager
The bug : Smart Pack will absorb the quotes and the new line character, and the script will become either : echo hello world Or : echo "hello world "
Expected behavior : if you open this last saved script, you must see either : echo 'hello world' Or : echo "hello world\n"
This bug can bring serious boot loop issues if someone saves a script to modify kernel settin-s and this bugs shows up
The text was updated successfully, but these errors were encountered:
@pchris7489 I'll have a look on it, though I still don't know how it bootloops (may be my because of my limited knowledge).
Sorry, something went wrong.
Well the data passed to the kernel will be invalid.
This happens only when saving a script in SP tought, it is a problem in SP, it seems that it doesn't escape special caracters before saving a script.
No branches or pull requests
Hello,
There is a serious bug in script manager
The bug : Smart Pack will absorb the quotes and the new line character, and the script will become either : echo hello world
Or : echo "hello world
"
Expected behavior : if you open this last saved script, you must see either : echo 'hello world'
Or : echo "hello world\n"
This bug can bring serious boot loop issues if someone saves a script to modify kernel settin-s and this bugs shows up
The text was updated successfully, but these errors were encountered: