Updated su command

This commit is contained in:
Jan-Bulthuis 2025-02-25 19:24:17 +01:00
parent 9d97505e02
commit e97053be2d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ pub fn login(
// Activate the generation before handing control back to greetd
Command::new(format!(
"su -c \"{}/activate\" {}",
"su - -c \"{}/activate\" {}",
session.generation, user.name
))
.status()