mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05: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.setArguments( arguments );
|
||||
|
||||
process.start();
|
||||
if ( !process.waitForStarted() )
|
||||
return -2;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue