修改版本更新执行命令

This commit is contained in:
hanhh
2021-10-13 23:50:25 +08:00
parent 19423c2d30
commit 84dd3d8fd1
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ export default class UserService {
}
public async updateSystem() {
const cp = spawn('ql update', { shell: '/bin/bash' });
const cp = spawn('ql -l update', { shell: '/bin/bash' });
cp.stdout.on('data', (data) => {
this.sockService.sendMessage(data.toString());