Browse Source

Continue if password removal fails

pull/264/head
Xavier Petit 5 years ago
parent
commit
095e51bbf6
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/system/etc/gdm3/PostSession/Default

2
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

Loading…
Cancel
Save