-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hello,
There is a serious bug in script manager
- Create a new script
- Type in the script : echo 'hello world'
- Or type in the script : echo "hello world\n"
- Save the script
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
Metadata
Metadata
Assignees
Labels
No labels