mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
Start the process before calling waitForStarted()
This commit is contained in:
parent
70a13fc588
commit
6376e1daef
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ int chrootCall( const QStringList& args,
|
||||||
process.setProgram( program );
|
process.setProgram( program );
|
||||||
process.setArguments( arguments );
|
process.setArguments( arguments );
|
||||||
|
|
||||||
|
process.start();
|
||||||
if ( !process.waitForStarted() )
|
if ( !process.waitForStarted() )
|
||||||
return -2;
|
return -2;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue