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
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