opt.: server tab if landscape & ignore stderr

This commit is contained in:
lollipopkit
2024-05-09 13:39:11 +08:00
parent faacbe088b
commit 8ed6a3869e
7 changed files with 87 additions and 71 deletions

View File

@@ -148,6 +148,8 @@ isBusybox=\$(ls -l /bin/sh | grep "busybox")
userId=\$(id -u)
exec 2>/dev/null
''');
// Write each func
for (final func in values) {