From 57efa74aa9cd9bde26646d1e20c960415b221537 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Sun, 13 Oct 2019 04:18:50 +0200 Subject: [PATCH] Fix wipefs problem --- 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 d4b65befa..4c8ebf678 100755 --- a/scripts/system/etc/gdm3/PostSession/Default +++ b/scripts/system/etc/gdm3/PostSession/Default @@ -23,4 +23,4 @@ systemctl stop user@1000.service kill $(lsof -t "$HOME" /mnt) $(ps --no-headers -u "$USER" -o pid) umount "$HOME"/.cache "$HOME" /mnt umount /dev/disk/by-partlabel/01-home ||: -wipefs -a /dev/disk/by-partlabel/01-tmp-home +/usr/sbin/wipefs -a /dev/disk/by-partlabel/01-tmp-home