Kaydet (Commit) 2bcd15ed authored tarafından Baran Sekin's avatar Baran Sekin

Bug fix

üst db7413a6
......@@ -294,7 +294,7 @@ if (!function_exists('sudo')) {
function sudo()
{
$pass64 = base64_encode(extensionDb("clientPassword")."\n");
return 'echo ' . $pass64 .' | base64 -d | sudo -S -p "" id 2>/dev/null 1>/dev/null; sudo ';
return 'echo ' . $pass64 .' | base64 -d | sudo -S -p " " id 2>/dev/null 1>/dev/null; sudo ';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment