From 095e51bbf6a0e53a30ce114d5d4ec7ea20b4159a Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 10 Sep 2019 08:57:49 +0100 Subject: [PATCH] Continue if password removal fails --- scripts/system/etc/gdm3/PostSession/Default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/etc/gdm3/PostSession/Default b/scripts/system/etc/gdm3/PostSession/Default index bec2d4b1e..21aba95dc 100755 --- a/scripts/system/etc/gdm3/PostSession/Default +++ b/scripts/system/etc/gdm3/PostSession/Default @@ -16,7 +16,7 @@ PS4='-\D{%F %T} ' # Print commands and their arguments as they are executed. set -x -passwd -d $USER +passwd -d "$USER" ||: systemctl stop user@1000.service # Make sure the mountpoints are free