mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Let's just try ways to escape or not escape until something sticks.
This commit is contained in:
parent
daee5b7148
commit
05292241c4
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ SetPasswordJob::exec()
|
|||
QString( "$6$%1$" )
|
||||
.arg( m_userName )
|
||||
.toLatin1() ) );
|
||||
encrypted = encrypted.replace( '$', "\\$" );
|
||||
|
||||
int ec = CalamaresUtils::System::instance()->
|
||||
targetEnvCall( { "usermod",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue