Skip to content

Script manager serious bug #152

@pchris7489

Description

@pchris7489

Hello,

There is a serious bug in script manager

  1. Create a new script
  2. Type in the script : echo 'hello world'
  3. Or type in the script : echo "hello world\n"
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions