Let's just try ways to escape or not escape until something sticks.
This commit is contained in:
parent
daee5b7148
commit
05292241c4
@ -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…
Reference in New Issue
Block a user