Let's just try ways to escape or not escape until something sticks.

main
Teo Mrnjavac 10 years ago
parent daee5b7148
commit 05292241c4

@ -64,7 +64,6 @@ SetPasswordJob::exec()
QString( "$6$%1$" )
.arg( m_userName )
.toLatin1() ) );
encrypted = encrypted.replace( '$', "\\$" );
int ec = CalamaresUtils::System::instance()->
targetEnvCall( { "usermod",

Loading…
Cancel
Save