mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -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$" )
|
QString( "$6$%1$" )
|
||||||
.arg( m_userName )
|
.arg( m_userName )
|
||||||
.toLatin1() ) );
|
.toLatin1() ) );
|
||||||
encrypted = encrypted.replace( '$', "\\$" );
|
|
||||||
|
|
||||||
int ec = CalamaresUtils::System::instance()->
|
int ec = CalamaresUtils::System::instance()->
|
||||||
targetEnvCall( { "usermod",
|
targetEnvCall( { "usermod",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue