expert human test for multi-app finished, fix some small issues

This commit is contained in:
rhythmcao
2024-02-01 16:21:19 +08:00
parent 62f50cdc26
commit 660cbe9081
4 changed files with 10 additions and 10 deletions

View File

@@ -68,13 +68,13 @@
"type": "execute",
"parameters": {
"command": [
"tar",
"-xzv",
"--recursive-unlink",
"-f",
"/home/user/thunderbird-profile.tar.gz",
"-C",
"/home/user/"
"tar",
"-xz",
"--recursive-unlink",
"-f",
"/home/user/thunderbird-profile.tar.gz",
"-C",
"/home/user/"
]
}
},