[users] Missing negation
This commit is contained in:
parent
8e53b83f9f
commit
43e271dfec
@ -815,7 +815,7 @@ Config::createJobs() const
|
||||
|
||||
Calamares::Job* j;
|
||||
|
||||
if ( m_sudoersGroup.isEmpty() )
|
||||
if ( !m_sudoersGroup.isEmpty() )
|
||||
{
|
||||
j = new SetupSudoJob( m_sudoersGroup );
|
||||
jobs.append( Calamares::job_ptr( j ) );
|
||||
|
Loading…
Reference in New Issue
Block a user