You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
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