mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-24 08:02:50 +00:00
add missing colon
This commit is contained in:
parent
524084075e
commit
51f8d213a4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ diff -Naur calamares-1.0.0-20150223/src/modules/users/CreateUserJob.cpp calamare
|
||||||
+
|
+
|
||||||
+ QString removeUser = gs->value( "removeUser" ).toString();
|
+ QString removeUser = gs->value( "removeUser" ).toString();
|
||||||
+
|
+
|
||||||
+ CalamaresUtils::chrootCall( { "userdel", "-f", "-r" removeUser } );
|
+ CalamaresUtils::chrootCall( { "userdel", "-f", "-r", removeUser } );
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
return Calamares::JobResult::ok();
|
return Calamares::JobResult::ok();
|
||||||
|
|
Loading…
Add table
Reference in a new issue