Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Script manager serious bug #152

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions