mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
COPKGManager: use ACKNOWLEDGE_MSG to show info message
This commit is contained in:
@@ -404,7 +404,7 @@ fprintf(stderr, "execCmd(%s)\n", cmdstr);
|
||||
if (verbose) {
|
||||
cmd += " 2>&1";
|
||||
int res;
|
||||
CShellWindow(cmd, (verbose ? CShellWindow::VERBOSE : 0) | (acknowledge ? CShellWindow::ACKNOWLEDGE : 0), &res);
|
||||
CShellWindow(cmd, (verbose ? CShellWindow::VERBOSE : 0) | (acknowledge ? CShellWindow::ACKNOWLEDGE_MSG : 0), &res);
|
||||
return res;
|
||||
} else {
|
||||
cmd += " 2>/dev/null >&2";
|
||||
|
Reference in New Issue
Block a user