mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-10 04:15:52 +00:00
prepare dataengine to release
This commit is contained in:
3
sources/3rdparty/task/taskadds.cpp
vendored
3
sources/3rdparty/task/taskadds.cpp
vendored
@ -29,8 +29,7 @@ TaskResult runTask(const QString cmd, const bool useSuid)
|
||||
command.waitForFinished(-1);
|
||||
r.exitCode = command.exitCode();
|
||||
r.output = command.readAllStandardOutput();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
QProcess command;
|
||||
command.start(cmd);
|
||||
command.waitForFinished(-1);
|
||||
|
Reference in New Issue
Block a user